Click here to Skip to main content
15,902,112 members
Home / Discussions / Database
   

Database

 
AnswerRe: Is it required to install the dababase server in client system, while we are working on client-server application? Pin
MuhammadKhanAli9-Feb-06 19:24
MuhammadKhanAli9-Feb-06 19:24 
GeneralRe: Is it required to install the dababase server in client system, while we are working on client-server application? Pin
Pankaj Kulkarni9-Feb-06 20:39
Pankaj Kulkarni9-Feb-06 20:39 
GeneralRe: Is it required to install the dababase server in client system, while we are working on client-server application? Pin
Dave Kreskowiak10-Feb-06 7:47
mveDave Kreskowiak10-Feb-06 7:47 
QuestionAccess SQL INSERT Pin
braveheartkenya9-Feb-06 14:18
braveheartkenya9-Feb-06 14:18 
AnswerRe: Access SQL INSERT Pin
MuhammadKhanAli9-Feb-06 19:33
MuhammadKhanAli9-Feb-06 19:33 
GeneralRe: Access SQL INSERT Pin
braveheartkenya11-Feb-06 23:13
braveheartkenya11-Feb-06 23:13 
Questionhow to use sqlclient into SQLXML? Pin
essamughal9-Feb-06 8:51
essamughal9-Feb-06 8:51 
QuestionSQLXML: Is the schema file is compulsory? Pin
essamughal9-Feb-06 6:04
essamughal9-Feb-06 6:04 
Hi;

I've just started playing with SQLXML 4.0, here is the code which I am using to load the XML into database.

SQLXMLBulkLoad4Class bulkLoad = new SQLXMLBulkLoad4Class();

bulkLoad.ConnectionString = connString;
bulkLoad.BulkLoad = true;
bulkLoad.KeepIdentity = false;
bulkLoad.XMLFragment = true;
bulkLoad.Execute("C:\books.xsd", "C:\books.xml");

My question is that, the mapping file i.e. xsd or booksmapping.xml is compulsory to pass or we can have that information into xml data file? We want to avoid two files to maintain.

Thanks


M. Essa Mughal
Toronto, CANADA
Email: essamughal@yahoo.com

QuestionUPDATE Command in VBA Pin
codeamin9-Feb-06 2:54
codeamin9-Feb-06 2:54 
AnswerRe: UPDATE Command in VBA Pin
Mike Ellison9-Feb-06 5:56
Mike Ellison9-Feb-06 5:56 
GeneralRe: UPDATE Command in VBA Pin
codeamin9-Feb-06 6:00
codeamin9-Feb-06 6:00 
GeneralRe: UPDATE Command in VBA Pin
Mike Ellison9-Feb-06 6:06
Mike Ellison9-Feb-06 6:06 
GeneralRe: UPDATE Command in VBA Pin
codeamin9-Feb-06 6:10
codeamin9-Feb-06 6:10 
GeneralRe: UPDATE Command in VBA Pin
Mike Ellison9-Feb-06 6:27
Mike Ellison9-Feb-06 6:27 
GeneralRe: UPDATE Command in VBA Pin
codeamin10-Feb-06 4:02
codeamin10-Feb-06 4:02 
GeneralRe: UPDATE Command in VBA Pin
Mike Ellison10-Feb-06 5:58
Mike Ellison10-Feb-06 5:58 
AnswerRe: UPDATE Command in VBA Pin
jonathan159-Feb-06 22:49
jonathan159-Feb-06 22:49 
GeneralRe: UPDATE Command in VBA Pin
codeamin10-Feb-06 4:08
codeamin10-Feb-06 4:08 
QuestionHow to dinamically select an entry in connectionStrings at runtime? Pin
Eugenio Lysei Junior9-Feb-06 1:12
Eugenio Lysei Junior9-Feb-06 1:12 
AnswerRe: How to dinamically select an entry in connectionStrings at runtime? Pin
Mike Ellison9-Feb-06 5:59
Mike Ellison9-Feb-06 5:59 
QuestionDelete Data in Excel file Pin
thainam8-Feb-06 20:58
thainam8-Feb-06 20:58 
AnswerRe: Delete Data in Excel file Pin
Mike Ellison9-Feb-06 6:02
Mike Ellison9-Feb-06 6:02 
GeneralRe: Delete Data in Excel file Pin
thainam9-Feb-06 13:58
thainam9-Feb-06 13:58 
GeneralRe: Delete Data in Excel file Pin
Mike Ellison9-Feb-06 14:25
Mike Ellison9-Feb-06 14:25 
Questionwhen will my database corrupt (int type and use identity) Pin
dexom8-Feb-06 20:48
dexom8-Feb-06 20:48 

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.