Viewing 5 posts - 1 through 5 (of 5 total)
There is no option like the picture has.
Even it has not solve the problem by changing the query problem
November 20, 2008 at 7:56 am
But there is no option in the default database drop down?
November 19, 2008 at 8:13 am
ya i hav used system dsn only.Following are the steps
i had open the ODBC Data Source Administrator,select the system DSN,
given the name as "asp"
then at server at had write...
November 19, 2008 at 2:26 am
this is my asp code:
dim connection,qry,rs
set connection=CreateObject("ADODB.Connection")
connection.ConnectionString = "DSN=asp"
connection.open()
qry="insert into tbl_registration values(' " & name & "','" & address & "','" & city & "', '" & state & "','"...
November 18, 2008 at 10:23 am
Thanks a lot for your help 🙂
But it shows an error at:
Dim affectedRows As Long = cmd.ExecuteNonQuery(CommandBehavior.CloseConnection)
The error is executenonquery cannot accept this argument.
November 29, 2007 at 6:59 am
Viewing 5 posts - 1 through 5 (of 5 total)