VB 6.0, MSSQL 2000
I have just learned how to create stored procedures and how to call them from VB code. I have written a program in VB 6.0 which has many SQL queries. It seems to me that it would clean things up real nice if I created stored procedures and called them from my program instead of using the SQL Statements within my code.
I am not familiar with issues such as resources, speed etc. Is there any reason that I would not want to do this?
I have just learned how to create stored procedures and how to call them from VB code. I have written a program in VB 6.0 which has many SQL queries. It seems to me that it would clean things up real nice if I created stored procedures and called them from my program instead of using the SQL Statements within my code.
I am not familiar with issues such as resources, speed etc. Is there any reason that I would not want to do this?