Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Other SQL Server Topics (2005)
 vb & access odbc sql ERROR

Author  Topic 

mhadi
Starting Member

1 Post

Posted - 2010-09-19 : 06:06:50
please i am looking for some help.....

We connect access as front end db to sql 2005 as back end db.
id we execute some sql statments to fetsh sql table to access table but it gives me a message error :
"Undefined function Getdate"
the used sql code is as follows:
insert into x_trans select group_code, file_no, stamp_date AS doc_date,  doc_type, value_date, doc_value from trans where group_code = 30101 and file_no = 17276 and doc_type >= 5 and doc_type <= 8 and value_date >= '2010-03-01' and value_date <= '2010-05-31'"

webfred
Master Smack Fu Yak Hacker

8781 Posts

Posted - 2010-09-19 : 06:55:19
posted same question here again but with another username?
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=150338


No, you're never too old to Yak'n'Roll if you're too young to die.
Go to Top of Page
   

- Advertisement -