Click here to Skip to main content
15,920,956 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: create a folder on another computer on the network Pin
Jon_Boy21-Oct-08 3:29
Jon_Boy21-Oct-08 3:29 
Questionerror while trying to create an object for excel sheet Pin
preetpal21-Oct-08 1:31
preetpal21-Oct-08 1:31 
AnswerRe: error while trying to create an object for excel sheet Pin
Tom Deketelaere21-Oct-08 2:05
professionalTom Deketelaere21-Oct-08 2:05 
AnswerRe: error while trying to create an object for excel sheet Pin
Paddy Boyd21-Oct-08 3:25
Paddy Boyd21-Oct-08 3:25 
AnswerRe: error while trying to create an object for excel sheet Pin
Dave Kreskowiak21-Oct-08 4:00
mveDave Kreskowiak21-Oct-08 4:00 
Questionplz help.i want export datagridview data in excel sheet in vb.net winforms Pin
dilipmca0421-Oct-08 1:26
dilipmca0421-Oct-08 1:26 
AnswerRe: plz help.i want export datagridview data in excel sheet in vb.net winforms Pin
Dave Kreskowiak21-Oct-08 3:58
mveDave Kreskowiak21-Oct-08 3:58 
Questioncv or resume loader Pin
jhyn21-Oct-08 1:02
jhyn21-Oct-08 1:02 
GeneralRe: cv or resume loader Pin
Guffa21-Oct-08 1:28
Guffa21-Oct-08 1:28 
QuestionError occurs when using OdbcDataAdapter FILL command Pin
John Wadleigh20-Oct-08 22:58
John Wadleigh20-Oct-08 22:58 
AnswerRe: Error occurs when using OdbcDataAdapter FILL command Pin
Mycroft Holmes20-Oct-08 23:05
professionalMycroft Holmes20-Oct-08 23:05 
GeneralRe: Error occurs when using OdbcDataAdapter FILL command Pin
John Wadleigh20-Oct-08 23:31
John Wadleigh20-Oct-08 23:31 
GeneralRe: Error occurs when using OdbcDataAdapter FILL command Pin
Dave Kreskowiak21-Oct-08 3:56
mveDave Kreskowiak21-Oct-08 3:56 
GeneralRe: Error occurs when using OdbcDataAdapter FILL command Pin
John Wadleigh21-Oct-08 4:31
John Wadleigh21-Oct-08 4:31 
GeneralRe: Error occurs when using OdbcDataAdapter FILL command Pin
Dave Kreskowiak21-Oct-08 5:39
mveDave Kreskowiak21-Oct-08 5:39 
Well, ODBC is the "generic" data provider. There's no performance benefits to using it and the types it uses aren't exactly matched to the types specific to each database implentation. OleDb is the better "generic" provider, while the best to use is the providers for the specific database you're using.

In your case, I would highly recommend using SyBase's .NET data provider for the best compatibility and performance. I think it's found here[^].

The same is true for Oracle.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




GeneralRe: Error occurs when using OdbcDataAdapter FILL command Pin
John Wadleigh21-Oct-08 6:29
John Wadleigh21-Oct-08 6:29 
Questionhow to use cache memory in vb.net Pin
Vineet Swami20-Oct-08 20:52
Vineet Swami20-Oct-08 20:52 
AnswerRe: how to use cache memory in vb.net Pin
Sathesh Sakthivel20-Oct-08 22:03
Sathesh Sakthivel20-Oct-08 22:03 
AnswerRe: how to use cache memory in vb.net Pin
Dave Kreskowiak21-Oct-08 3:47
mveDave Kreskowiak21-Oct-08 3:47 
Questionweb services with no ASMX or WSDL Pin
tryingtofindanamethatsnotused20-Oct-08 15:40
tryingtofindanamethatsnotused20-Oct-08 15:40 
QuestionTCPListener Pin
Subjugate20-Oct-08 14:31
Subjugate20-Oct-08 14:31 
AnswerRe: TCPListener Pin
Scott Barbour21-Oct-08 8:18
Scott Barbour21-Oct-08 8:18 
QuestionMaxLength for text field in propertygrid Pin
nickbartels20-Oct-08 7:44
nickbartels20-Oct-08 7:44 
AnswerRe: MaxLength for text field in propertygrid Pin
Jon_Boy20-Oct-08 8:40
Jon_Boy20-Oct-08 8:40 
Questionspecifying path to a file on another computer on the network Pin
Dbase20-Oct-08 7:00
Dbase20-Oct-08 7:00 

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.