Re: Database search

message from ionic on 19 Jul 2004
This is the code

SELECT OrderID, CustomerID, EmployeeID, OrderDate, RequiredDate,
ShippedDate, ShipVia
FROM Orders
WHERE ShipVia = 'varshipvia'

The exact same code works ok with different variables within the same
database, just not that table.

What do you think?
 
Les Matthews replied to ionic on 19 Jul 2004
You're getting the error on a simple SELECT?
http://www.macromedia.com/support/ultradev/ts/documents/access_datetime_2752.htm

"ionic" <jase.NOCRAPjason@vispa.com> wrote in message
news:cdhj3c$q87$1@forums.macromedia.com...
 

Archived message: Re: Database search (Macromedia Dreamweaver)