Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 methods generated qutomatically by tableadapter

Author  Topic 

debradeng
Starting Member

46 Posts

Posted - 2006-12-06 : 01:50:51
I am trying to use existing SPs to replace sql queries in tableAdapters,but the project build faild.Because after I edited the queries,can not find the definitions of methods generated automatically definitions, eg.insert(),update().

I have no idea about those methods,and I want to use SPs instead of sql queries.What I can do?find out those definitions then created stored procedures,load those SPs as well ?
   

- Advertisement -