Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everyone
I'm new in asp.net and I will be very appreciate if you can help me.
I have 1 database in my computer and another data base in server,becouse I have sqlserver2000 in server I use ODBC connection to that database.my question is how can I insert data from that ODBC to my SQL data base with asp.net in my codebehind.
another question is i'm using control parameter in my queries so how can I call asp parameter in sql query
Posted
Updated 11-Oct-11 21:31pm
v2

1 solution

for usage of parameters you can read my article Disadvantages of SqlParameters Turned into Advantages[^]

can't you make a backup of the database and restore on the other machine? Goes a lot faster!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900