|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Con.Execute(SQL) Problem
Hi all:
I am having a very strange problem with this command in my asp pages. I have a section in one asp page that looks as follows: If (condition) Then sql = "insert into table (id, name) values (" & id & ", '" & name1 & '");" Con.Execute(sql) End if . . . If (condition) Then sql = "insert into table (id, name) values (" & id & ", '" & name5 & '");" Con.Execute(sql) End if Con is declared as ADODB.Connection, I connecto to a dsn, and, as you see above, that operation is repeated 5 times but for 5 blocks of differente information each. I have many statements as I descrived in my asp code, and none of them fails, but this does. If the data that arrives to the asp page is only one block, everything is ok, but if there are two, It gives me an error type of ODBC Driver ... Expected 1. I checked all the sql sentences, and all alone work perfectly, but when i put it toghether, from the second on, they fail. I am new to asp, and i donīt know what can be happening. Any help would be very appreciated. Thanks in advance. Later that morning.... Don't Worry, I'm sorry, it was my heavy fault. If someone encounter similar problem, please, read below my solution, hope this helps anybody else with same problem. The problem that I had was that the form from where I was taking data was wrong, so one of the many values pased to the asp page was wrong (in this case null), and that was why my page failed. Last edited by Scytale_GZ : January 20th, 2004 at 07:32 AM. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Con.Execute(SQL) Problem |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|