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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2004-09-17 : 08:10:01
|
| Sheuly writes "Hello!I m using oracle Inproc server 4.0 to pass array into oracledatabase. But now i need to do the same in sql server.Requirement is to pass multiple data(row)from vb to sql server 2000.pls help" |
|
|
SqlStar
Posting Yak Master
121 Posts |
Posted - 2004-09-21 : 07:06:24
|
| Hi,You can acheive the same functionality, when you pass those array values as XML String, use TEXT datatype for this paramater and OPENXML method. :) While we stop to think, we often miss our opportunity :) |
 |
|
|
|
|
|