Click here to Skip to main content
15,918,624 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: datagirds and tablestyles Pin
Dave Kreskowiak9-Apr-05 4:54
mveDave Kreskowiak9-Apr-05 4:54 
GeneralSystem.Reflection Error. Parameter count mismatch. Pin
mcupryk8-Apr-05 13:57
mcupryk8-Apr-05 13:57 
GeneralRe: System.Reflection Error. Parameter count mismatch. Pin
Dave Kreskowiak9-Apr-05 4:50
mveDave Kreskowiak9-Apr-05 4:50 
GeneralJavascript in VB Pin
VB .NET Newbie8-Apr-05 11:24
sussVB .NET Newbie8-Apr-05 11:24 
GeneralRe: Javascript in VB Pin
Anonymous8-Apr-05 12:51
Anonymous8-Apr-05 12:51 
GeneralRe: Javascript in VB Pin
Anonymous8-Apr-05 12:53
Anonymous8-Apr-05 12:53 
GeneralTwo Logical Problems With DOTNET prog. Pin
zaigham_chaudhry8-Apr-05 10:24
zaigham_chaudhry8-Apr-05 10:24 
GeneralInsert BLOB Field with ADO Pin
shinay8-Apr-05 9:37
shinay8-Apr-05 9:37 
I am trying to put the binary file to Blob field in the oracle
but when updating i have error saying [Oracle][ODBC]Function error
what is the problem? I am using madac 2.6/VB6

Set rs = New ADODB.Recordset

rs.Open "Select * from LOB_TABLE", cn, adOpenKeyset, adLockOptimistic

' Create the ADO Stream object
Set mStream = New ADODB.Stream

' Make it a binary type
mStream.Type = adTypeBinary

' Open the stream
mStream.Open

' Read the binary file into the stream buffer
mStream.LoadFromFile BlobSourcePath & BlobFileName

' Add the blob to the database
With rs
.AddNew

'.Fields("BLOBFIELD").Value = mStream.Read
rs!Field = BlobFileName
rs!BLOBFIELD = mStream.Read
'.Fields("FIELD").Value = BlobFileName
.Update <<<<<
GeneralClean up unused Icons in system tray Pin
yuancn8-Apr-05 7:42
yuancn8-Apr-05 7:42 
GeneralRe: Clean up unused Icons in system tray Pin
Anonymous8-Apr-05 9:18
Anonymous8-Apr-05 9:18 
GeneralWho's a begginer, cause i am. Pin
SWillard8-Apr-05 5:51
SWillard8-Apr-05 5:51 
GeneralRe: Who's a begginer, cause i am. Pin
Daniel Turini8-Apr-05 6:11
Daniel Turini8-Apr-05 6:11 
GeneralRe: Who's a begginer, cause i am. Pin
GizzoF8-Apr-05 6:14
GizzoF8-Apr-05 6:14 
GeneralRe: Who's a begginer, cause i am. Pin
vertig07308-Apr-05 6:15
vertig07308-Apr-05 6:15 
GeneralRe: Who's a begginer, cause i am. Pin
Daniel Turini8-Apr-05 6:23
Daniel Turini8-Apr-05 6:23 
GeneralRe: Who's a begginer, cause i am. Pin
rwestgraham8-Apr-05 12:37
rwestgraham8-Apr-05 12:37 
GeneralRe: Who's a begginer, cause i am. Pin
Mitch F.8-Apr-05 10:51
Mitch F.8-Apr-05 10:51 
GeneralRe: Who's a begginer, cause i am. Pin
Mitch F.8-Apr-05 10:54
Mitch F.8-Apr-05 10:54 
GeneralRe: Who's a begginer, cause i am. Pin
jtart210-Apr-05 12:32
jtart210-Apr-05 12:32 
Generalvb concept Pin
feeha8-Apr-05 4:55
feeha8-Apr-05 4:55 
GeneralRe: vb concept Pin
vertig07308-Apr-05 5:30
vertig07308-Apr-05 5:30 
GeneralRe: vb concept Pin
GizzoF8-Apr-05 5:40
GizzoF8-Apr-05 5:40 
GeneralWindows Service Pin
H@is@here8-Apr-05 4:41
H@is@here8-Apr-05 4:41 
GeneralRe: Windows Service Pin
Dave Kreskowiak8-Apr-05 4:51
mveDave Kreskowiak8-Apr-05 4:51 
GeneralRe: Windows Service Pin
H@is@here8-Apr-05 5:24
H@is@here8-Apr-05 5:24 

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.