Click here to Skip to main content
15,900,110 members
Home / Discussions / Database
   

Database

 
GeneralSQL/C# Pin
Harry20005-Oct-03 12:09
Harry20005-Oct-03 12:09 
GeneralRe: SQL/C# Pin
Mike Dimmick6-Oct-03 4:33
Mike Dimmick6-Oct-03 4:33 
GeneralSQLBindParameter error Pin
vishnusharma5-Oct-03 1:04
vishnusharma5-Oct-03 1:04 
Generalbooks in SQL server 2000 Pin
nevhile.net4-Oct-03 3:02
nevhile.net4-Oct-03 3:02 
GeneralRe: books in SQL server 2000 Pin
Nino_14-Oct-03 5:30
Nino_14-Oct-03 5:30 
GeneralRe: books in SQL server 2000 Pin
SimonS4-Oct-03 10:39
SimonS4-Oct-03 10:39 
Generalcolesafearay class! Pin
ranjjj3-Oct-03 22:12
ranjjj3-Oct-03 22:12 
GeneralRe: colesafearay class! Pin
Mike Dimmick3-Oct-03 23:38
Mike Dimmick3-Oct-03 23:38 
This is more of a C++ problem.

If you're not currently using MFC, adding it in only to support COleSafeArray is very much a sledgehammer/walnut combination. However, if you must do it, it's best to put the MFC headers into the precompiled header file (probably called StdAfx.h).

MFC is very dependent on the order in which its own and the Windows headers are included, so you must remove any #include <windows.h> line, or at least ensure that #include <afx.h> appears before it.

Alternatively, you could use SAFEARRAY directly, using SafeArrayCreate or SafeArrayCreateVector, or try searching for a different wrapper class. ATL 7.x has CComSafeArray, which is a template class.
GeneralSQL Server Yukon and 2000 Pin
nevhile.net3-Oct-03 20:27
nevhile.net3-Oct-03 20:27 
GeneralRe: SQL Server Yukon and 2000 Pin
Arjan Einbu3-Oct-03 23:19
Arjan Einbu3-Oct-03 23:19 
GeneralRe: SQL Server Yukon and 2000 Pin
Sabrina_c3-Oct-03 23:32
Sabrina_c3-Oct-03 23:32 
Generalbacking up/moving mssql databases Pin
djkno33-Oct-03 2:38
djkno33-Oct-03 2:38 
GeneralRe: backing up/moving mssql databases Pin
Mike Dimmick3-Oct-03 6:30
Mike Dimmick3-Oct-03 6:30 
GeneralRe: backing up/moving mssql databases Pin
djkno33-Oct-03 6:38
djkno33-Oct-03 6:38 
GeneralRe: backing up/moving mssql databases Pin
djkno36-Oct-03 8:11
djkno36-Oct-03 8:11 
GeneralRe: backing up/moving mssql databases Pin
Mike Dimmick6-Oct-03 23:20
Mike Dimmick6-Oct-03 23:20 
GeneralRe: backing up/moving mssql databases Pin
djkno37-Oct-03 4:18
djkno37-Oct-03 4:18 
GeneralRe: backing up/moving mssql databases Pin
Mike Dimmick7-Oct-03 22:39
Mike Dimmick7-Oct-03 22:39 
GeneralSqlDataAdapter.Update sometimes does not update Pin
james-cxx2-Oct-03 10:55
james-cxx2-Oct-03 10:55 
GeneralRe: SqlDataAdapter.Update sometimes does not update Pin
james-cxx14-Oct-03 18:18
james-cxx14-Oct-03 18:18 
GeneralLogic Pin
Anonymous2-Oct-03 3:58
Anonymous2-Oct-03 3:58 
GeneralRe: Logic Pin
Mike Dimmick2-Oct-03 12:14
Mike Dimmick2-Oct-03 12:14 
GeneralWeird problem while inserting a record Pin
2sky1-Oct-03 23:53
2sky1-Oct-03 23:53 
GeneralRe: Weird problem while inserting a record Pin
Mike Dimmick2-Oct-03 3:26
Mike Dimmick2-Oct-03 3:26 
GeneralRe: Weird problem while inserting a record Pin
2sky2-Oct-03 3:35
2sky2-Oct-03 3:35 

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.