Click here to Skip to main content
15,885,757 members
Home / Discussions / Database
   

Database

 
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 
GeneralRe: Need Help for creating SP... Pin
Prashant C5-Mar-07 20:58
Prashant C5-Mar-07 20:58 
GeneralRe: Need Help for creating SP... Pin
Harini N K5-Mar-07 21:10
Harini N K5-Mar-07 21:10 
GeneralRe: Need Help for creating SP... Pin
Prashant C5-Mar-07 21:22
Prashant C5-Mar-07 21:22 
GeneralRe: Need Help for creating SP... Pin
Rajesh R Subramanian7-Mar-07 18:56
professionalRajesh R Subramanian7-Mar-07 18:56 
QuestionDBO access to ASPNET_ tables Pin
dasumohan5-Mar-07 17:38
dasumohan5-Mar-07 17:38 
QuestionGetting id of last inserted row Pin
error14085-Mar-07 8:22
error14085-Mar-07 8:22 
AnswerRe: Getting id of last inserted row Pin
kubben5-Mar-07 9:15
kubben5-Mar-07 9:15 
AnswerRe: Getting id of last inserted row Pin
Marcus J. Smith5-Mar-07 9:16
professionalMarcus J. Smith5-Mar-07 9:16 
GeneralRe: Getting id of last inserted row Pin
error14085-Mar-07 9:31
error14085-Mar-07 9:31 
QuestionScripting a SQL database Pin
gantww5-Mar-07 5:20
gantww5-Mar-07 5:20 
AnswerRe: Scripting a SQL database Pin
Mike Dimmick5-Mar-07 5:27
Mike Dimmick5-Mar-07 5:27 
QuestionMySQL slow inserting 10,000+ records Pin
jds12075-Mar-07 4:27
jds12075-Mar-07 4:27 
AnswerRe: MySQL slow inserting 10,000+ records Pin
kubben5-Mar-07 5:04
kubben5-Mar-07 5:04 
GeneralRe: MySQL slow inserting 10,000+ records Pin
jds12075-Mar-07 5:28
jds12075-Mar-07 5:28 

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.