G
Guest
I don't expect to get an answer, but I just need to post something.
I have an SQL Server 2005 database which functions properly with my
Access.ADP application. In preparing my backend database for shipment I ran
the Generate Script Wizard to recreate the SQL Server Database. The Wizard in
generaly generate a lot of errors of which i could not diagnose, but I was
able to work around. Subsequently, I now have a SQL Script that builds my new
SQL Server database ready for shipment.
What is happening now has me completely stuck. Several of my tables cannot
be accessed in my Access.ADP application. For example, I have a table named
tblObject that appears to be completely intact within SQL Server. You can
view the data structure, add data to it from SQL, etc. It appears to be 100%
fine. But, when I attempt to open the table from within the Access DB Window
I get an error. Several different errors or messages actually.
The first time I click on the table I get a message reporting the "stored
procedure ran successfully but returned no records", even though there are
records in it. Then, If I attempt to open another table, it opens. For
example, I opened tblForm and viewed the table with no problem. After that
then, I go back and double-click on the tblObject table and now I get a
message "the field FormID is read-only" and the table does not open. It
appears the what ever table I successfully opened last will have it's primary
key displayed in a message box "the field FormID is read-only".
Thus, my database is rendered useless. Has anyone come across such behavior.
At this point, I am finding the Script Building features for SQL Server 2005
to be unreliable.
Is there a know bug of some sort.
I have an SQL Server 2005 database which functions properly with my
Access.ADP application. In preparing my backend database for shipment I ran
the Generate Script Wizard to recreate the SQL Server Database. The Wizard in
generaly generate a lot of errors of which i could not diagnose, but I was
able to work around. Subsequently, I now have a SQL Script that builds my new
SQL Server database ready for shipment.
What is happening now has me completely stuck. Several of my tables cannot
be accessed in my Access.ADP application. For example, I have a table named
tblObject that appears to be completely intact within SQL Server. You can
view the data structure, add data to it from SQL, etc. It appears to be 100%
fine. But, when I attempt to open the table from within the Access DB Window
I get an error. Several different errors or messages actually.
The first time I click on the table I get a message reporting the "stored
procedure ran successfully but returned no records", even though there are
records in it. Then, If I attempt to open another table, it opens. For
example, I opened tblForm and viewed the table with no problem. After that
then, I go back and double-click on the tblObject table and now I get a
message "the field FormID is read-only" and the table does not open. It
appears the what ever table I successfully opened last will have it's primary
key displayed in a message box "the field FormID is read-only".
Thus, my database is rendered useless. Has anyone come across such behavior.
At this point, I am finding the Script Building features for SQL Server 2005
to be unreliable.
Is there a know bug of some sort.