|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I'm the Newiest member .., hope help
well ..,
my problem is that I want to pass Full Query from My try.asp to QA form .., which suppose to show records according to that Quiery .., I know sql with VB Very well , But I have problemes... how to pass a full quiry from a form to another C th zip you'll know more ... the mechanizm : try.asp write the quiry there .., then it pass & exicuted in QA.asp |
|
#2
|
||||
|
||||
|
You code looks ok - you'll need to un-rem the line where you assign the SQL string to it's variable.
Generally, to execute an SQL statement, and use it's returned recordset, follow this process: Create a connection object Open the connection object Create a recordset object Open the recordset object (e.g."rs.open SQLStatement, objDBConn") btw - the next time you post, please use a better subject line. i.e. one that gives us a better idea about your problem.... cheers. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > I'm the Newiest member .., hope help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|