F
Florian Lutz
hello,
i have an access file that i included as an odbc source in my system.
when i try to create an OdbcDataApdater in vs.net2003 an use something
like:
SELECT *
FROM table
WHERE (user = @user)
vs.net can't create the insert/update methods. something like
SELECT *
FROM table
WHERE (user = "lalala")
works.
how come?
thanks
florian
i have an access file that i included as an odbc source in my system.
when i try to create an OdbcDataApdater in vs.net2003 an use something
like:
SELECT *
FROM table
WHERE (user = @user)
vs.net can't create the insert/update methods. something like
SELECT *
FROM table
WHERE (user = "lalala")
works.
how come?
thanks
florian