Click here to Skip to main content
15,911,789 members
Home / Discussions / Database
   

Database

 
GeneralRe: Connect to C-ISAM Pin
Steve S16-Jan-05 21:45
Steve S16-Jan-05 21:45 
GeneralSelect query Pin
Anonymous14-Jan-05 12:26
Anonymous14-Jan-05 12:26 
GeneralRe: Select query Pin
-Dr_X-14-Jan-05 13:55
-Dr_X-14-Jan-05 13:55 
GeneralSaving Recordset to a stream Pin
mysorian14-Jan-05 11:14
professionalmysorian14-Jan-05 11:14 
GeneralRe: Saving Recordset to a stream Pin
-Dr_X-14-Jan-05 14:06
-Dr_X-14-Jan-05 14:06 
GeneralRe: Saving Recordset to a stream Pin
mysorian14-Jan-05 18:08
professionalmysorian14-Jan-05 18:08 
GeneralRe: Saving Recordset to a stream Pin
-Dr_X-15-Jan-05 12:50
-Dr_X-15-Jan-05 12:50 
GeneralRe: Saving Recordset to a stream Pin
mysorian15-Jan-05 17:37
professionalmysorian15-Jan-05 17:37 
I thank you sincerely for your efforts. The code you sent me did not work, the same message. I played around with all kinds of permissions, nothing worked. Finally I nailed down to an MSDN article.... The real reson besides the 'bug' that microsfot has found is tht the earlier versions do not support xml to the extent the 2.8 does.
---------------------
There is an explanation here. I have seen in Pre-MDAC2.8 books claims that the code works, I know not how it could have? It is exasperating to deal with something that does not work. Probably it is the 'race' to produce that is responsible for this irresponsible stuff.
---------------------------------
SYMPTOMS
When you try to save an ADO recordset to a file that was created by another user of the system, you may receive the following error message:
Run-time error '-2147286781 (80030103)':
Can't save.
You receive this error message if the application is in a read-only folder, even if the recordset file is in a folder that has write permissions for both users.
CAUSE
When you try to save the recordset to a file that already exists, the recordset object creates a temporary file in the folder of the application. This folder is a read-only folder. Therefore, the second user cannot overwrite the source file.
RESOLUTION
This problem is resolved in Microsoft Data Access Components (MDAC) 2.8. In MDAC 2.8, the ADODB recordset creates the temporary file in the same folder as the destination file that was used to save the recordset.

To download Microsoft Data Access Components (MDAC) 2.8, visit the following Microsoft Web site:
Note Microsoft recommends that you test your application with MDAC 2.8 in a test environment first, to make sure that you are aware of any compatibility issues before you decide to use (or upgrade to) the MDAC 2.8 version.
STATUS
Microsoft has confirmed that this is a bug in the Microsoft products that are listed at the beginning of this article. This bug was corrected in MDAC 2.8.
By the way, the preview of this message is not working.
GeneralSQL-select and insert Pin
BrockVnm14-Jan-05 9:38
BrockVnm14-Jan-05 9:38 
GeneralRe: SQL-select and insert Pin
-Dr_X-14-Jan-05 14:17
-Dr_X-14-Jan-05 14:17 
GeneralRe: SQL-select and insert Pin
Anonymous14-Jan-05 15:07
Anonymous14-Jan-05 15:07 
QuestionSqlserver -gui ? Pin
kaiowa5114-Jan-05 8:39
kaiowa5114-Jan-05 8:39 
QuestionDataTable with nested Child Tables?? Pin
work_to_live13-Jan-05 8:09
work_to_live13-Jan-05 8:09 
AnswerRe: DataTable with nested Child Tables?? Pin
Rob Graham13-Jan-05 16:09
Rob Graham13-Jan-05 16:09 
GeneralRe: DataTable with nested Child Tables?? Pin
work_to_live14-Jan-05 4:56
work_to_live14-Jan-05 4:56 
GeneralDatabase schema Pin
webhay13-Jan-05 1:15
webhay13-Jan-05 1:15 
GeneralRe: Database schema Pin
Colin Angus Mackay13-Jan-05 11:46
Colin Angus Mackay13-Jan-05 11:46 
Generali couldn't see Databases in SQL server Pin
BSRK13-Jan-05 0:17
BSRK13-Jan-05 0:17 
GeneralRe: i couldn't see Databases in SQL server Pin
Colin Angus Mackay13-Jan-05 1:02
Colin Angus Mackay13-Jan-05 1:02 
GeneralRe: i couldn't see Databases in SQL server Pin
BSRK13-Jan-05 1:28
BSRK13-Jan-05 1:28 
GeneralRe: i couldn't see Databases in SQL server Pin
Colin Angus Mackay13-Jan-05 2:07
Colin Angus Mackay13-Jan-05 2:07 
Generalwe cannot use MSDE & Enterprise Manager Pin
BSRK13-Jan-05 2:39
BSRK13-Jan-05 2:39 
GeneralRe: we cannot use MSDE & Enterprise Manager Pin
Colin Angus Mackay13-Jan-05 2:48
Colin Angus Mackay13-Jan-05 2:48 
GeneralRe: we cannot use MSDE & Enterprise Manager Pin
Michael P Butler13-Jan-05 8:42
Michael P Butler13-Jan-05 8:42 
GeneralRe: i couldn't see Databases in SQL server Pin
Mike Dimmick14-Jan-05 0:42
Mike Dimmick14-Jan-05 0:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.