i have saved all other pages in this site as .ASP. I now have the problem where they are almost refusing to open in a browser and instead open in design mode...
Ok i managed to solve my last problem, only to run in to another problem the error message displayed in the browser is "Error Type: Microsoft OLE DB Provider...
sounds like the RS isnt set to add to the DB, just to read from it. ie: not updateable. try re-do the RS in DW... good luck moshe ... From: ultradanuk...
Would the fact that I have created a custom conenction string (for a DSN Less connection) have anything to do with it? Dan ... ie: not ... below. ... something...
Hi Dan, There is a great article at Macromedia for you to look through: http://www.macromedia.com/support/ultradev/ts/documents/80004005update.h tm Good Luck! ...
Often happens when there's an error in the update query, ie you're trying to update the wrong table, or you've misspelled a field name, or you're trying to put...
Thanks for the help i thinnk i've sorted it on my testing machine, proof will be when i upload it onto an ISP server. ... name, or ... wrong ... from ... ...
i am trying to use currency to display prices on my asp page. it displays the none type fine but i get an error which says type mismatch. the data is Currency...
I am trying to use currency to display prices on my asp page. It displays the 'None' type fine but displays 23.00 as 23. I get an error which says 'type...
What code are you using to format the ASP output into Currency? Show us some code :-) Mark Bieganek ... From: ultradanuk [mailto:itsdanny@...] Sent:...
Hmm, try this instead: FormatCurrency((rsHouseWines.Fields.Item("Price").Value), -1, -2, -2, -2) And if that doesn't work, try to pass the Field in question...
hI You still have in the <body> tag the following onLoad command: onLoad="MM_preloadImages('images/Layout/001/butIndividual_over.gif','images/ ...
Spencer Boydell-Butt
sboydell-butt@...
Sep 16, 2003 3:20 pm
5247
Thanks Martin and Spencer - - simple solution, but my mind is too slow in the morning to figure it out :-) Have a great day! Mark Bieganek ... From: Spencer...
Having moved on from my previous problem of type mismatch, when i display currency types the browser displays the $ sign, which i don't want because it should...
with all these issue, its sounds like it makes much more sense to just define the field in the database as a number, instead of currency ...that is if its not...
I know that now. However i seem to have gotten away with it this time and in future will avoid trying to be big and clever at all costs. The K.I.S.S....
I hava detail page which the client wants to be able to update, it is a drinks menu and so lots of wine recordsets, spirits, hot drinks etc etc. before i start...
to do that, i would think this might be easiest: build one table, and list ALL drinks in it. one of the fields will be a CATEGORY field - either hot drink,...
forgot to point out - that then , when you display the menu, you would either disdplay the whole list, grouping by the cat number, or display drinks, according...
Yeah i've done somthing similar. where each drink is a wine or whatever can then be split by country or drink type. however i have stupidly built the detail...
What about creating a DW database and using a field containing link addresses to your existing pages? Field names : Title, Desc, Address(link field). Now you...
Hi Dan, If you don't have access to change the regional settings on the server, you will need to use the Session.LCID command. Doing so will tell the browser...
I am trying to set up ASP.NET page to send an email(using CDONTS) to an email address returned from a DataSet and I can not get it to work. I can display the...
I have not worked with ASP.NET yet, but in regular ASP an error like this would mean that you have to declare a certain value with a Dim command in order for...
The "container" comes from when you insert the dataset field. When you just display the field with this value the "container" is something that is required....