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

Visual Basic

 
Questionvalidation Pin
GOWSI121-Oct-07 19:57
GOWSI121-Oct-07 19:57 
AnswerRe: validation Pin
pmarfleet1-Oct-07 22:06
pmarfleet1-Oct-07 22:06 
AnswerRe: validation Pin
Vimalsoft(Pty) Ltd1-Oct-07 22:10
professionalVimalsoft(Pty) Ltd1-Oct-07 22:10 
QuestionSending validated Data from BLL to Dal for Execution Pin
Vimalsoft(Pty) Ltd1-Oct-07 19:55
professionalVimalsoft(Pty) Ltd1-Oct-07 19:55 
AnswerRe: Sending validated Data from BLL to Dal for Execution Pin
DanB19832-Oct-07 7:36
DanB19832-Oct-07 7:36 
Questionhow to remove the word table [modified] Pin
bsguru1-Oct-07 19:36
bsguru1-Oct-07 19:36 
AnswerRe: how to remove the word table Pin
Christian Graus1-Oct-07 19:48
protectorChristian Graus1-Oct-07 19:48 
Questiondelete row in datagrdview VB.NET Pin
Abbhie1-Oct-07 15:55
Abbhie1-Oct-07 15:55 
AnswerRe: delete row in datagrdview VB.NET [modified] Pin
kubben1-Oct-07 16:19
kubben1-Oct-07 16:19 
GeneralRe: delete row in datagrdview VB.NET Pin
Abbhie2-Oct-07 5:51
Abbhie2-Oct-07 5:51 
Questionutomaticaly Match and Select ComboBox Item Pin
firebladeiii1-Oct-07 12:06
firebladeiii1-Oct-07 12:06 
AnswerRe: utomaticaly Match and Select ComboBox Item Pin
Paul Conrad2-Oct-07 10:57
professionalPaul Conrad2-Oct-07 10:57 
QuestionCall Web Method From Global.asax Pin
mmelick1-Oct-07 10:12
mmelick1-Oct-07 10:12 
AnswerRe: Call Web Method From Global.asax Pin
nlarson111-Oct-07 10:53
nlarson111-Oct-07 10:53 
GeneralRe: Call Web Method From Global.asax Pin
mmelick1-Oct-07 10:59
mmelick1-Oct-07 10:59 
GeneralRe: Call Web Method From Global.asax Pin
nlarson111-Oct-07 11:04
nlarson111-Oct-07 11:04 
GeneralRe: Call Web Method From Global.asax Pin
mmelick1-Oct-07 11:15
mmelick1-Oct-07 11:15 
QuestionA New Line in a Label Pin
Bso_Cool1-Oct-07 9:48
Bso_Cool1-Oct-07 9:48 
AnswerRe: A New Line in a Label Pin
Kenny McKee1-Oct-07 9:51
Kenny McKee1-Oct-07 9:51 
QuestionOracle as the database and the front end in VB.Net Pin
kendo171-Oct-07 7:44
kendo171-Oct-07 7:44 
AnswerRe: Oracle as the database and the front end in VB.Net Pin
Christian Graus1-Oct-07 11:36
protectorChristian Graus1-Oct-07 11:36 
GeneralRe: Oracle as the database and the front end in VB.Net Pin
kendo171-Oct-07 11:48
kendo171-Oct-07 11:48 
GeneralRe: Oracle as the database and the front end in VB.Net Pin
Christian Graus1-Oct-07 12:52
protectorChristian Graus1-Oct-07 12:52 
GeneralRe: Oracle as the database and the front end in VB.Net Pin
kendo171-Oct-07 13:09
kendo171-Oct-07 13:09 
GeneralRe: Oracle as the database and the front end in VB.Net [modified] Pin
kendo171-Oct-07 23:29
kendo171-Oct-07 23:29 
I have done what the link says but i dont seem to get any details back, the following does not copy and paste into SQL*Plus:

Listing 1
DROP TABLE emptab; <br />
CREATE TABLE emptab (empno NUMBER(4) PRIMARY KEY, ename VARCHAR2(10));<br />
INSERT INTO emptab VALUES ( 1, 'Mark');<br />
INSERT INTO emptab VALUES ( 2, 'Roger');<br />
INSERT INTO emptab VALUES ( 3, 'Crook');<br />
COMMIT;

I have typed it several times into the SQL*plus command prompt window but just keep getting SP2-0640: Not connected
below is print screen of walk through.
I take it you cannot post word docs in here.

When i type it in the SQL*plus command prompt window the SQL that is typed just stays on the same line until i get to the end of screen then jumps on to the next line. Is this the problem.Confused | :confused:

I have entered all the VB.net code in and dont have any errors in the code but i must display the details into some list box at present but and eventually into text boxes. Cant remember how to do this will get last years work out.



-- modified at 5:36 Tuesday 2nd October, 2007

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.