Click here to Skip to main content
15,915,702 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Create database table from a dataset which has many no. of data table Pin
snehasish1-Oct-08 0:57
snehasish1-Oct-08 0:57 
GeneralRe: Create database table from a dataset which has many no. of data table Pin
Paddy Boyd2-Oct-08 2:32
Paddy Boyd2-Oct-08 2:32 
GeneralRe: Create database table from a dataset which has no of data table Pin
rprateek1-Oct-08 14:09
rprateek1-Oct-08 14:09 
QuestionCheck printer connected status before print a job Pin
Jy1130-Sep-08 19:10
Jy1130-Sep-08 19:10 
QuestionKeeping socket connections alive Pin
Mariano Capezzani30-Sep-08 9:07
Mariano Capezzani30-Sep-08 9:07 
AnswerRe: Keeping socket connections alive Pin
rprateek1-Oct-08 14:13
rprateek1-Oct-08 14:13 
GeneralRe: Keeping socket connections alive Pin
Mariano Capezzani1-Oct-08 16:12
Mariano Capezzani1-Oct-08 16:12 
QuestionDataAdaptor Update Error Pin
kermit88830-Sep-08 8:54
kermit88830-Sep-08 8:54 
I am getting ORA-01036 (Illegal Variable Name/Number) when I call the oracledataadaptor.update method.

I am able to fill the dataset & bind to the datagridview. When I try to update Oracle with the dataadaptor,
I get the Illegal Variable name exception.

Any ideas?

Thanks in advance!

' '' ''' '''' Call the update method

Try
daCustomers.Update(ds.Tables("Customers"))
Catch ex As Exception
MessageBox.Show(ex.Message)
End Try


' '' ''' '''' Set up Oracle Update Command
Private Sub SetCommands()

Dim uCMD As New OracleCommand
uCMD.Connection = cnOra
uCMD.CommandType = CommandType.Text
uCMD.Parameters.Add("@inFNAME", OracleType.Char, 30, "FNAME")
uCMD.Parameters.Add("@inID", OracleType.Int32, 12, "ID")

uCMD.CommandText = "Update NYOUG_CUSTOMERS SET FNAME = @inFNAME WHERE ID = @inID"
daCustomers.UpdateCommand = uCMD
End Sub
AnswerRe: DataAdaptor Update Error Pin
Wendelius30-Sep-08 9:36
mentorWendelius30-Sep-08 9:36 
GeneralRe: DataAdaptor Update Error Pin
kermit88830-Sep-08 9:40
kermit88830-Sep-08 9:40 
GeneralRe: DataAdaptor Update Error Pin
Wendelius30-Sep-08 9:48
mentorWendelius30-Sep-08 9:48 
QuestionProblems with Flash content viewing in Web Browser Control Pin
Falcon12330-Sep-08 3:15
Falcon12330-Sep-08 3:15 
QuestionNeed Crystal x64 msm Pin
Anoop Brijmohun30-Sep-08 2:32
Anoop Brijmohun30-Sep-08 2:32 
QuestionUser Authentication on the server Pin
kmathebula30-Sep-08 2:07
kmathebula30-Sep-08 2:07 
Questiondial phone no or send sms th mobile modem Pin
Vikash Yadav30-Sep-08 0:23
Vikash Yadav30-Sep-08 0:23 
AnswerRe: dial phone no or send sms th mobile modem Pin
ChandraRam30-Sep-08 1:26
ChandraRam30-Sep-08 1:26 
AnswerRe: dial phone no or send sms th mobile modem Pin
Rajesh Anuhya30-Sep-08 1:42
professionalRajesh Anuhya30-Sep-08 1:42 
QuestionProblems with MS Sync Framework in VB.NET Pin
IgorKuchaev29-Sep-08 22:04
IgorKuchaev29-Sep-08 22:04 
QuestionSearching Inside the .zip Pin
Amit Kushwaha29-Sep-08 21:19
Amit Kushwaha29-Sep-08 21:19 
AnswerRe: Searching Inside the .zip Pin
jzonthemtn30-Sep-08 1:39
jzonthemtn30-Sep-08 1:39 
QuestionHide the enable parameter field prompt in crystal report Pin
member2729-Sep-08 20:53
member2729-Sep-08 20:53 
QuestionExcel cell reference in other sheet vb.net Pin
~Khatri Mitesh~29-Sep-08 20:25
~Khatri Mitesh~29-Sep-08 20:25 
Questionweb service issue Pin
Tauseef A29-Sep-08 18:27
Tauseef A29-Sep-08 18:27 
AnswerRe: web service issue Pin
jzonthemtn30-Sep-08 1:33
jzonthemtn30-Sep-08 1:33 
AnswerRe: web service issue Pin
Rajesh Anuhya30-Sep-08 1:36
professionalRajesh Anuhya30-Sep-08 1:36 

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.