Click here to Skip to main content
15,917,320 members
Home / Discussions / Database
   

Database

 
AnswerRe: Sql 2000 'text' datatype Pin
Eric Dahlvang17-Apr-06 12:14
Eric Dahlvang17-Apr-06 12:14 
AnswerRe: Sql 2000 'text' datatype Pin
karinb17-Apr-06 11:42
karinb17-Apr-06 11:42 
Questionhow to access nested tables of oracle through ADO.net Pin
kam_ps17-Apr-06 9:38
kam_ps17-Apr-06 9:38 
AnswerRe: how to access nested tables of oracle through ADO.net Pin
Colin Angus Mackay17-Apr-06 20:56
Colin Angus Mackay17-Apr-06 20:56 
GeneralRe: how to access nested tables of oracle through ADO.net Pin
Darpan Gogia18-Apr-06 23:31
Darpan Gogia18-Apr-06 23:31 
GeneralRe: how to access nested tables of oracle through ADO.net Pin
Colin Angus Mackay18-Apr-06 23:34
Colin Angus Mackay18-Apr-06 23:34 
GeneralRe: how to access nested tables of oracle through ADO.net Pin
Darpan Gogia18-Apr-06 23:39
Darpan Gogia18-Apr-06 23:39 
Questionmysql/myodbc ado win98se problem Pin
eusto17-Apr-06 8:36
eusto17-Apr-06 8:36 
I have a little problem:

I use ado to connect to a mysql database (version 4.0.12) and mysql odbc driver(3.51).

The system works fine but recently i ran into this problem:

I've installed it on a LAN consisting of 5 win98SE stations making one of them the database server.
The program works on two of them quite ok but fails on the other 3. The thing is that the other 3 computers still connect to the db but some of the querys fail.

Actually is not the querys that fail but rather the call to _RecordsetPtr->GetCollect("field")

To be more precise a query like "SELECT id, name, address FROM clients" works.
A query like "SELECT clients.id AS id, clients.name AS name, ocupations.kind AS kind FROM clients AS clients, ocupations AS ocupations WHERE clients.ocupationid = ocupations.id" fails when i do a call to pRecordSet->GetCollect(L"kind") with invalid pointer.

Another thing to remember is that the database server is installed on one of the computers that do not work. The stations on which the program works connect to this computer via LAN


So, what do i do? Where should i search for the bug? I really have no ideea.
I never had this problem on winxp and this program works on several win88se networks

AnswerRe: mysql/myodbc ado win98se problem Pin
eusto18-Apr-06 0:45
eusto18-Apr-06 0:45 
QuestionHow do I transfer tables / data from to SQL 7.0 to SQL Express edition? Pin
Rashar17-Apr-06 2:31
Rashar17-Apr-06 2:31 
AnswerRe: How do I transfer tables / data from to SQL 7.0 to SQL Express edition? Pin
Jerry Hammond17-Apr-06 14:36
Jerry Hammond17-Apr-06 14:36 
GeneralRe: How do I transfer tables / data from to SQL 7.0 to SQL Express edition? Pin
Jerry Hammond17-Apr-06 21:19
Jerry Hammond17-Apr-06 21:19 
GeneralRe: How do I transfer tables / data from to SQL 7.0 to SQL Express edition? Pin
Rashar18-Apr-06 15:58
Rashar18-Apr-06 15:58 
GeneralRe: How do I transfer tables / data from to SQL 7.0 to SQL Express edition? Pin
Jerry Hammond18-Apr-06 19:19
Jerry Hammond18-Apr-06 19:19 
QuestionSql query Pin
sandeep kumar pundhir16-Apr-06 22:15
sandeep kumar pundhir16-Apr-06 22:15 
AnswerRe: Sql query Pin
Michael Potter17-Apr-06 3:10
Michael Potter17-Apr-06 3:10 
AnswerRe: Sql query Pin
HimaBindu Vejella17-Apr-06 18:52
HimaBindu Vejella17-Apr-06 18:52 
AnswerRe: Sql query Pin
Darpan Gogia18-Apr-06 23:36
Darpan Gogia18-Apr-06 23:36 
Questionhow to handle multiple updates in Distributed database Pin
lorey16-Apr-06 20:04
lorey16-Apr-06 20:04 
Questionfetching Data Using Group By Clause Pin
sandeep kumar pundhir16-Apr-06 19:53
sandeep kumar pundhir16-Apr-06 19:53 
AnswerRe: fetching Data Using Group By Clause Pin
nguyenvhn16-Apr-06 20:53
nguyenvhn16-Apr-06 20:53 
Questionproblem converting varchar to datetime Pin
shabonaa16-Apr-06 16:42
shabonaa16-Apr-06 16:42 
QuestionRe: problem converting varchar to datetime Pin
Eric Dahlvang17-Apr-06 3:23
Eric Dahlvang17-Apr-06 3:23 
AnswerRe: problem converting varchar to datetime Pin
shabonaa17-Apr-06 6:41
shabonaa17-Apr-06 6:41 
AnswerRe: problem converting varchar to datetime Pin
Eric Dahlvang17-Apr-06 9:57
Eric Dahlvang17-Apr-06 9:57 

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.