Hi All!
I have to insert a record into sql table from text file...
This is my first attepmt doing it with SQL server and I can do it by executins insert statement in vb code, but!
I would like to know how to use storproc. By the way, will it be concidered as trigering?
If I will pass variables should I name them the same in storproc and in VB?
Have a great day!
I have to insert a record into sql table from text file...
This is my first attepmt doing it with SQL server and I can do it by executins insert statement in vb code, but!
If I will pass variables should I name them the same in storproc and in VB?
Have a great day!