Click here to Skip to main content
15,904,877 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
GeneralRe: Error occurs when using OdbcDataAdapter FILL command Pin
John Wadleigh21-Oct-08 6:29
John Wadleigh21-Oct-08 6:29 
I recall trying to make a decision between OleDb and ODBC and for some reason went with ODBC. I went to the Sybase website and searched for .NET developer stuff but only came up with Sybase SQL Anywhere Developer Edition, which I am downloading but not sure if this is what I need.

Here is my problem again but nicely simplified - the error happens on the FILL command...

Dim conn As New Odbc.OdbcConnection("DSN=" & "client_x" & ";UID=" & "SIEBEL" & ";PWD=" & "NEED2CHANGE" & ";")
Dim dr As Odbc.OdbcDataReader
Dim strSQL As String = "select b.name, b.row_id, b.inactive_flg, b.script from SIEBEL.S_APPL_WEBSCRPT b where b.row_id = '1-K3E-1IYQ'"
Dim dt As DataTable
Dim vals() As String
Dim myAdaptor As New Odbc.OdbcDataAdapter(strSQL, conn)
'dt.Rows.Clear()
myAdaptor.Fill(dt)

thanks!

John Wadleigh
Siebel Expert

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 
Questionsend email using CDO 1.2.1 Pin
mohammed zarqa20-Oct-08 1:09
mohammed zarqa20-Oct-08 1:09 

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.