Click here to Skip to main content
15,895,864 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
AnswerRe: specifying path to a file on another computer on the network Pin
nlarson1120-Oct-08 7:13
nlarson1120-Oct-08 7:13 
Question[Message Deleted] Pin
Vineet Swami20-Oct-08 1:29
Vineet Swami20-Oct-08 1:29 
AnswerRe: How to use cache memory Pin
N a v a n e e t h20-Oct-08 1:37
N a v a n e e t h20-Oct-08 1:37 
GeneralRe: How to use cache memory Pin
Vineet Swami20-Oct-08 1:52
Vineet Swami20-Oct-08 1:52 
AnswerRe: How to use cache memory Pin
MikeMarq20-Oct-08 2:28
MikeMarq20-Oct-08 2:28 
GeneralRe: How to use cache memory Pin
elektrowolf20-Oct-08 3:21
elektrowolf20-Oct-08 3:21 
AnswerRe: How to use cache memory Pin
Ashfield20-Oct-08 3:22
Ashfield20-Oct-08 3:22 

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.