I am running SQL 7.00.623 and when I am running this query
select
ACCOUNT.ACC_ID,
meeting.CREATOR_ID,
meeting.EU_ID,
meeting.ACT_AUTHBYID
from
ACCOUNT,
ACTIVITY meeting_contact,
ACTIVITY meeting
where
ACCOUNT.ACC_ID = meeting_contact.ACC_ID and
meeting_contact.ACT_TYPE = 409 and...
I have a migrated sql2000 database from sql6.5 to sql7 to sql2000.
When I create a DTS package I can drag the Server connection and the Text output destination icons on to the screen. I then link the two together with a "Transform Data task". while working through this I select a table to...
When I have a file with the extention of .itp (Internal Extention codes) and I try to import this file in to Access 2000 I get the following error.
Run-Time error '3011':
The Microsoft Jet Database engine could not find the object
'xxxxxx.ipt'. Make sure the object exist and that you spell its...
I created a table within a SQL7 Database by exporting the data through ODBC from Access 97.
The problem I have is that I have upgraded my PC to Win2000 SP3 and Access 2000 and when I linked this table in to Access 2000, all I get is Duplicated rows down the table. The data is OK if you look at...
I created a table within a SQL7 Database by exporting the data through ODBC from Access 97.
The problem I have is that I have upgraded my PC to Win2000 SP3 and Access 2000 and when I linked this table in to Access 2000, all I get is Duplicated rows down the table. The data is OK if you look at...
When I have a file with the extention of .itp (Internal Extention codes) and I try to import this file in to Access 2000 I get the following error.
Run-Time error '3011':
The Microsoft Jet Database engine could not find the object
'xxxxxx.ipt'. Make sure the object exist and that you spell its...
When using Sybase SQL anywhere as a Database engine.
How can I display a message on the screen like the Raiserror Message, but instead of the "Do you want to disregard your changes Yes/NO" message, it will continue after the message is displayed and will save the data recorded.
When using Sybase SQL anywhere as a Database engine.
How can I display a message on the screen like the Raiserror Message, but instead of the "Do you want to disregard your changes Yes/NO" message, it will continue after the message is displayed and will save the data recorded.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.