Hey there, I have a MSAccess database, which I use to display items on my site. I am also using a mysql database to store the items when they have been selected. When checking out, the items are queried from the mysql database. Hope thats clear.
I can successfully get information out of the database and displayed when checking out. But the price is the only thing that will not show up. Infact, it wont even go into the mysql db! I have eliminated limiting factors such as field type in the mysql database, i.e. tried int, varchar and decimal but it still does not show!
If anyone has got any ideas I would be most greatful.
...The default value that is displayed when getting the items from the Access db is .***; (e.g. 3.4900); and then I simply use a number format. I have tryed limiting the no. of decimal places in the mysql db too, but still nothing.
Thanks.