Login | |
|
 |
RE: Query SQL help - 6/18/2007 3:49:39 AM
|
|
 |
|
| |
4scriptmoni
Posts: 208
Score: 0
Joined: 5/3/2007
Status: offline
|
Perfect!!! thank you
_____________________________
Enterprise Microsoft Scripts Exchange, Login/Logout Monitor,TS, Monitoring, Security, AD, etc... http://www.felipeferreira.net
|
|
| |
|
|
|
 |
RE: Query SQL help - 6/24/2007 7:27:12 PM
|
|
 |
|
| |
4scriptmoni
Posts: 208
Score: 0
Joined: 5/3/2007
Status: offline
|
Now I also need to the value of the select. I have tried strQueryR = objRecordSet(0).value (always 0 ) and not the real query result also tried strQueryR = objRecordSet(0).Fields("Entit") and I get Microsoft VBScript runtime error: Object doesn't support this property or method: 'objRecordSet(...).Fields' Anyone can help me out?
_____________________________
Enterprise Microsoft Scripts Exchange, Login/Logout Monitor,TS, Monitoring, Security, AD, etc... http://www.felipeferreira.net
|
|
| |
|
|
|
 |
RE: Query SQL help - 6/24/2007 7:29:49 PM
|
|
 |
|
| |
4scriptmoni
Posts: 208
Score: 0
Joined: 5/3/2007
Status: offline
|
duh... I got it working now. strQueryR = objRecordSet.Fields("Entity")
_____________________________
Enterprise Microsoft Scripts Exchange, Login/Logout Monitor,TS, Monitoring, Security, AD, etc... http://www.felipeferreira.net
|
|
| |
|
|
|
|
|