Hello
 
I'm using the following to try reading a Microsoft Project file to a web
page. In the future I wanted to do the inverse.
 
OleDbConnection projConn = new
OleDbConnection("Provider=Microsoft.Project.OLEDB.11.0;Project
Name=C:\Projects\TEST.MPP");

OleDbDataReader projReader;

OleDbCommand cmd = new OleDbCommand("SELECT * FROM Tasks", projConn);

projConn.Open();

Is there any better way?
What is ADODB.NET???
How can I make a get the information from the SELECT command?! 
Thanks


[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Yahoo! Domains - Claim yours for only $14.70
http://us.click.yahoo.com/Z1wmxD/DREIAA/yQLSAA/saFolB/TM
---------------------------------------------------------------------~->

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
     http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
     [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
     http://docs.yahoo.com/info/terms/
 

Reply via email to