HighDots Forums  

Re: Database search

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: Database search in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ionic
 
Posts: n/a

Default Re: Database search - 07-19-2004 , 06:46 PM






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?
--

"It's all in fun or life isn't worth it!"





Reply With Quote
  #2  
Old   
Les Matthews
 
Posts: n/a

Default Re: Database search - 07-19-2004 , 06:56 PM






You're getting the error on a simple SELECT?
You don't have an INSERT or UPDATE there somewhere?
See:
http://www.macromedia.com/support/ultradev/ts/documents/access_datetime_2752.htm

"ionic" <jase.NOCRAPjason (AT) vispa (DOT) com> wrote

Quote:
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?
--

"It's all in fun or life isn't worth it!"







Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.