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

Database

 
GeneralRe: AcceptChanges for DataRow Pin
bof16-Jun-03 9:54
bof16-Jun-03 9:54 
Generalarabic data in database Pin
Sarvesvara (BVKS) Dasa8-Jun-03 22:19
Sarvesvara (BVKS) Dasa8-Jun-03 22:19 
GeneralDesigning a SourceCode Database Pin
Bo Hunter8-Jun-03 9:03
Bo Hunter8-Jun-03 9:03 
GeneralRe: Designing a SourceCode Database Pin
ZoogieZork8-Jun-03 11:06
ZoogieZork8-Jun-03 11:06 
GeneralRe: Designing a SourceCode Database Pin
Bo Hunter8-Jun-03 18:21
Bo Hunter8-Jun-03 18:21 
QuestionWhen I have not connect to a SQL Server, how can I get a default database name in a DSN? Pin
Peter Keung7-Jun-03 21:54
Peter Keung7-Jun-03 21:54 
AnswerRe: When I have not connect to a SQL Server, how can I get a default database name in a DSN? Pin
basementman9-Jun-03 5:21
basementman9-Jun-03 5:21 
GeneralIRowsetIndex on SQLOLEDB Pin
mike martinh6-Jun-03 13:34
mike martinh6-Jun-03 13:34 
Hi,

I was trying to open the IRowsetIndex interface with
OpenRowset function.

The code I have used is similar to the example
in "Chapter 11: Integrated Indexes" in MSDN Library.

With Jet4.0 it works fine.

On SQL Server 2000, next functions returns DB_E_NOINDEX.

hr = pOpenRowset-OpenRowset(
NULL,
&TableID,
&IndexID,
IID_IRowsetIndex,
1,
rgPropSet,
(IUnknown **)&pRowsetIndex);

The index was verified and it exists attached to the SQL
Server table.

How can I work with indexes on SQL Server?

I can create and drop indexes with OLE DB technology but I cannot use them.

Any idea will be appreciated.

Thanks in advance.
Mike Martin


GeneralDataSet binding Pin
haimon156-Jun-03 4:09
haimon156-Jun-03 4:09 
GeneralRe: DataSet binding Pin
John Kuhn6-Jun-03 9:31
John Kuhn6-Jun-03 9:31 
GeneralRe: DataSet binding Pin
haimon156-Jun-03 11:06
haimon156-Jun-03 11:06 
GeneralRe: DataSet binding Pin
John Kuhn17-Jun-03 14:16
John Kuhn17-Jun-03 14:16 
GeneralADODB Stream object Pin
NHM6-Jun-03 3:31
NHM6-Jun-03 3:31 
GeneralMaster-Detail datagrid Pin
Madhuri Mittal5-Jun-03 6:38
Madhuri Mittal5-Jun-03 6:38 
QuestionCan someone give me an example of opening SQL db with ADO.. Pin
IrishSonic4-Jun-03 14:14
IrishSonic4-Jun-03 14:14 
AnswerRe: Can someone give me an example of opening SQL db with ADO.. Pin
Anonymous4-Jun-03 17:34
Anonymous4-Jun-03 17:34 
GeneralRe: It gives me an error message - Login Fails. Pin
IrishSonic5-Jun-03 2:17
IrishSonic5-Jun-03 2:17 
GeneralRe: It gives me an error message - Login Fails. Pin
Anonymous5-Jun-03 13:42
Anonymous5-Jun-03 13:42 
QuestionSQL server experts??? Pin
abc8764-Jun-03 9:26
abc8764-Jun-03 9:26 
AnswerRe: SQL server experts??? Pin
Anonymous4-Jun-03 13:56
Anonymous4-Jun-03 13:56 
GeneralThere Must Be A Better Way (ADO) Pin
Roger Wright4-Jun-03 4:28
professionalRoger Wright4-Jun-03 4:28 
GeneralRe: There Must Be A Better Way (ADO) Pin
Jason McBurney4-Jun-03 4:45
Jason McBurney4-Jun-03 4:45 
GeneralRe: There Must Be A Better Way (ADO) Pin
Roger Wright4-Jun-03 4:54
professionalRoger Wright4-Jun-03 4:54 
Generalauto increment MySQL versus dataset Pin
kenhall3-Jun-03 9:46
kenhall3-Jun-03 9:46 
GeneralDataTable Constraints not working... Pin
kenhall3-Jun-03 7:23
kenhall3-Jun-03 7:23 

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.