Click here to Skip to main content
15,914,162 members
Home / Discussions / Database
   

Database

 
GeneralRe: opening ado recordset for update is very very slow Pin
gritter6-Mar-07 7:31
gritter6-Mar-07 7:31 
QuestionDataBase BackUp And Restore Remote Server Pin
Gali yugan6-Mar-07 3:11
Gali yugan6-Mar-07 3:11 
AnswerRe: DataBase BackUp And Restore Remote Server Pin
Mark J. Miller7-Mar-07 6:23
Mark J. Miller7-Mar-07 6:23 
QuestionHow to find foreign key for a given table in sql server 2005 Pin
NK76-Mar-07 1:11
NK76-Mar-07 1:11 
AnswerRe: How to find foreign key for a given table in sql server 2005 Pin
Pete O'Hanlon6-Mar-07 1:24
mvePete O'Hanlon6-Mar-07 1:24 
GeneralRe: How to find foreign key for a given table in sql server 2005 Pin
NK76-Mar-07 1:39
NK76-Mar-07 1:39 
QuestionRAISERROR Pin
topcatalpha6-Mar-07 0:12
topcatalpha6-Mar-07 0:12 
AnswerRe: RAISERROR Pin
Pete O'Hanlon6-Mar-07 1:20
mvePete O'Hanlon6-Mar-07 1:20 
GeneralRe: RAISERROR Pin
topcatalpha6-Mar-07 5:19
topcatalpha6-Mar-07 5:19 
Questionto connect an access database in vb.net windows based Pin
roma_sayed5-Mar-07 22:50
roma_sayed5-Mar-07 22:50 
AnswerRe: to connect an access database in vb.net windows based Pin
Parwej Ahamad6-Mar-07 7:02
professionalParwej Ahamad6-Mar-07 7:02 
QuestionSQL DATASOURCE Pin
Sam Heller5-Mar-07 22:40
Sam Heller5-Mar-07 22:40 
AnswerRe: SQL DATASOURCE Pin
kubben6-Mar-07 3:25
kubben6-Mar-07 3:25 
GeneralRe: SQL DATASOURCE Pin
Sam Heller6-Mar-07 3:35
Sam Heller6-Mar-07 3:35 
QuestionSql Server 2005 - Copy Database Pin
clint19825-Mar-07 22:04
clint19825-Mar-07 22:04 
AnswerRe: Sql Server 2005 - Copy Database Pin
Pete O'Hanlon6-Mar-07 1:28
mvePete O'Hanlon6-Mar-07 1:28 
QuestionRe: Sql Server 2005 - Copy Database Pin
clint19826-Mar-07 4:58
clint19826-Mar-07 4:58 
Questionhow to access datas across 2 servers Pin
BSRK5-Mar-07 22:02
BSRK5-Mar-07 22:02 
AnswerRe: how to access datas across 2 servers Pin
Hesham Amin5-Mar-07 22:20
Hesham Amin5-Mar-07 22:20 
Questionbackup my database Pin
Vipin.d5-Mar-07 20:18
Vipin.d5-Mar-07 20:18 
AnswerRe: backup my database Pin
Mark J. Miller7-Mar-07 6:06
Mark J. Miller7-Mar-07 6:06 
QuestionA common function to Bind runtime data to place holders in sql. Pin
Member 36858895-Mar-07 19:51
Member 36858895-Mar-07 19:51 
Hi,

I have to write a common method to bind the sql parameters to the placeholders in the input sql statement.

The sql statement is given as input to the common method and the array of parameters are also given as input..the values should be bind to the placeholders and the resulting sql statement shld be the output...

public string bindSqlParams(string strSql, object[] arrData)
{

}


We can also pass the command object if needed for implementation..please help me with the implementation of this common method..

Thanks in advance...........

QuestionNeed Help for creating SP... Pin
Prashant C5-Mar-07 18:15
Prashant C5-Mar-07 18:15 
AnswerRe: Need Help for creating SP... Pin
Harini N K5-Mar-07 19:17
Harini N K5-Mar-07 19:17 
GeneralRe: Need Help for creating SP... Pin
Prashant C5-Mar-07 19:48
Prashant C5-Mar-07 19:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.