Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
globemast
Starting Member
32 Posts |
Posted - 2003-04-25 : 18:28:21
|
| Hello...I am writing a Javascript in my ASP webpage and i want to open a recordset in it...though it seems that Javascript cannot open directly a recordset.Is there any way i can do that???Thank you. |
|
|
AjarnMark
SQL Slashing Gunting Master
3246 Posts |
Posted - 2003-04-25 : 18:38:20
|
| Need a little clarification here... Are you saying you're using JavaScript as your SERVER-side programming language instead of VBScript? Or are you saying that you are trying to open a recordset from Client-side JavaScript? Those are two very different animals. I don't know that it's even possible client-side, except I remember hearing something about remote data access (or something like that) from Microsoft. Never used it. I always do my database work Server-side and if I need to reference something client side, then I'd populate some objects or a JS array.------------------------------------------------------The more you know, the more you know you don't know. |
 |
|
|
|
|
|