|
-
Mar 15th, 2000, 01:29 AM
#1
Thread Starter
New Member
I am trying to pass a SQL to the DataEnvironment at run time
ysing the Command1_click event:
DataEnvironment1.Commands("orders").CommandText=_
SELECT account FROM orders WHERE account="12345";
And I get syntax error in FROM clause so I change tosee where the problem is to:
SELECT * FROM orders
And still get the same error what am I doing wrong?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|