Need Resources on using ADP with SQL SErver 2005!

  • Thread starter Thread starter ibeetb
  • Start date Start date
I

ibeetb

Please help! I need documentation on how to do this......can anyone poj t me
in the right direction? Would appreciate it
 
ibeetb said:
Please help! I need documentation on how to do this......can anyone poj t me
in the right direction? Would appreciate it

ADP supports SQL Server 2005 for data manipulation only, not for
modifying objects. What is it you want to do?

--
David Portas, SQL Server MVP

Whenever possible please post enough code to reproduce your problem.
Including CREATE TABLE and INSERT statements usually helps.
State what version of SQL Server you are using and specify the content
of any error messages.

SQL Server Books Online:
http://msdn2.microsoft.com/library/ms130214(en-US,SQL.90).aspx
--
 
Are you looking to learn .adp / SQL Server database design, or have you
programmed .adp with MSDE, and have problem upgrading to SQL Server 2005?
 
technically ADP does allow you to make SOME design changes to SQL
objects but not very many.

i believe that you can update views about half the time; and i have a
gumption to try using Access 2000 ADP (i prefer that interface anyways)
because i've got this gut feeling that they would work for sprocs in
SQL 2005.
 
Back
Top