|
-
Apr 11th, 2007, 06:15 AM
#1
Thread Starter
Member
[2005] query problem
Guys i am getting an err msg "D1 invallied identifier". I want to select data from a table where the date value is today such that i declared
Dim d1 As System.DateTime = System.DateTime.Today
and used d1 in my query as
select * from STTM_CUST_AC where DATE_MODIFIED = D1
any suggestions and corrections to the above code
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
|