Click here to Skip to main content
15,898,373 members
Home / Discussions / Database
   

Database

 
AnswerRe: Copy table 1 to table 2 for missing data only Pin
PIEBALDconsult27-May-11 2:32
mvePIEBALDconsult27-May-11 2:32 
GeneralRe: Copy table 1 to table 2 for missing data only Pin
MAW3027-May-11 6:29
MAW3027-May-11 6:29 
GeneralRe: Copy table 1 to table 2 for missing data only Pin
jschell27-May-11 9:07
jschell27-May-11 9:07 
AnswerRe: Copy table 1 to table 2 for missing data only Pin
dasblinkenlight29-May-11 17:45
dasblinkenlight29-May-11 17:45 
QuestionProblem with POWER Pin
TheComputerMan26-May-11 4:14
TheComputerMan26-May-11 4:14 
AnswerRe: Problem with POWER Pin
TheComputerMan26-May-11 4:27
TheComputerMan26-May-11 4:27 
GeneralRe: Problem with POWER Pin
SilimSayo26-May-11 7:46
SilimSayo26-May-11 7:46 
AnswerRe: Problem with POWER Pin
dasblinkenlight29-May-11 17:52
dasblinkenlight29-May-11 17:52 
GeneralRe: Problem with POWER Pin
TheComputerMan29-May-11 18:00
TheComputerMan29-May-11 18:00 
GeneralRe: Problem with POWER Pin
dasblinkenlight30-May-11 1:10
dasblinkenlight30-May-11 1:10 
GeneralRe: Problem with POWER Pin
TheComputerMan30-May-11 1:20
TheComputerMan30-May-11 1:20 
QuestionReseting memory in DB [modified] Pin
MAW3025-May-11 20:08
MAW3025-May-11 20:08 
AnswerRe: Reseting memory in DB Pin
Ravi Sant29-May-11 19:10
Ravi Sant29-May-11 19:10 
QuestionOracle invalid character Pin
Firo Atrum Ventus25-May-11 18:29
Firo Atrum Ventus25-May-11 18:29 
AnswerRe: Oracle invalid character Pin
_Damian S_25-May-11 18:52
professional_Damian S_25-May-11 18:52 
GeneralRe: Oracle invalid character Pin
Firo Atrum Ventus25-May-11 19:04
Firo Atrum Ventus25-May-11 19:04 
GeneralRe: Oracle invalid character Pin
_Damian S_25-May-11 19:17
professional_Damian S_25-May-11 19:17 
GeneralRe: Oracle invalid character Pin
Firo Atrum Ventus25-May-11 19:21
Firo Atrum Ventus25-May-11 19:21 
GeneralRe: Oracle invalid character Pin
_Damian S_25-May-11 19:22
professional_Damian S_25-May-11 19:22 
GeneralRe: Oracle invalid character Pin
Firo Atrum Ventus25-May-11 19:27
Firo Atrum Ventus25-May-11 19:27 
GeneralRe: Oracle invalid character Pin
_Damian S_25-May-11 19:33
professional_Damian S_25-May-11 19:33 
GeneralRe: Oracle invalid character [modified] Pin
Firo Atrum Ventus25-May-11 19:44
Firo Atrum Ventus25-May-11 19:44 
Silly me, I actually only need to remove the semicolon and it works OMG | :OMG:
string query = "insert into test(no, name, dob) values(" + textBox2.Text + ", '" + textBox3.Text + "', '" + textBox4.Text + "')";

Guess that would mean no semicolons when connecting from c# huh? D'Oh! | :doh:
It's so different from J2SE, Laugh | :laugh:
Thank for the assistance Smile | :)
A hidden needle is way more effective than an unsheathed sword.
That is, in the hand of professionals.
What about you?
Just pray your enemies are blind
modified on Thursday, May 26, 2011 1:50 AM

GeneralRe: Oracle invalid character Pin
_Damian S_25-May-11 19:56
professional_Damian S_25-May-11 19:56 
GeneralRe: Oracle invalid character Pin
Shameel26-May-11 1:20
professionalShameel26-May-11 1:20 
GeneralRe: Oracle invalid character Pin
jschell26-May-11 7:56
jschell26-May-11 7:56 

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.