Yesterday my Access project (adp) was working well using a listbox with the RowSource of 'EXEC spFillLb1 @TOP=50'. This successfully allowed me to set whatever stored procedures I needed and still pass in parameters. I've moved the SQL Server database to a SQL Server (SP3) from my MSDE (SP1) and now get an error when opening the form. The error states that the record source specified on this form does not exist. It does and I can still successfully run it in stand alone mode.
This capability is a feature that is extremely important to the application. Although I have had it working with loading data strings then listbox is then constrainted to a maximum of 2k characters.
Anyone aware what may be causing this problem? Could the service pack difference from SP1 to SP3 be causing these problems or could it be a permissions problem? If so, then why could I run the sp manually. Any help would be appreciated.
---------------------
scking@arinc.com
---------------------
This capability is a feature that is extremely important to the application. Although I have had it working with loading data strings then listbox is then constrainted to a maximum of 2k characters.
Anyone aware what may be causing this problem? Could the service pack difference from SP1 to SP3 be causing these problems or could it be a permissions problem? If so, then why could I run the sp manually. Any help would be appreciated.
---------------------
scking@arinc.com
---------------------