Click here to Skip to main content
15,886,708 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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
QuestionInserting pauses in wav files Pin
Benny_Lava1-Oct-07 7:04
Benny_Lava1-Oct-07 7:04 
AnswerRe: Inserting pauses in wav files Pin
MikeMarq1-Oct-07 10:56
MikeMarq1-Oct-07 10:56 
QuestionDeleting old files Pin
IETaxguard1-Oct-07 6:17
IETaxguard1-Oct-07 6:17 
AnswerRe: Deleting old files Pin
Johan Hakkesteegt1-Oct-07 6:42
Johan Hakkesteegt1-Oct-07 6:42 
AnswerRe: Deleting old files Pin
nlarson111-Oct-07 7:03
nlarson111-Oct-07 7:03 
GeneralRe: Deleting old files Pin
IETaxguard1-Oct-07 22:23
IETaxguard1-Oct-07 22:23 
AnswerRe: Deleting old files Pin
Ajay.k_Singh1-Oct-07 7:22
Ajay.k_Singh1-Oct-07 7:22 
GeneralRe: Deleting old files Pin
IETaxguard1-Oct-07 22:21
IETaxguard1-Oct-07 22:21 
QuestionPerforming input validation on a datagridview column Pin
Mr Oizo1-Oct-07 5:12
Mr Oizo1-Oct-07 5:12 
AnswerRe: Performing input validation on a datagridview column Pin
talasila801-Oct-07 11:15
talasila801-Oct-07 11:15 
GeneralRe: Performing input validation on a datagridview column Pin
talasila801-Oct-07 11:19
talasila801-Oct-07 11:19 
QuestionHow to get the selected index of a ListView item ? Pin
ninkk1-Oct-07 5:03
ninkk1-Oct-07 5:03 
AnswerRe: How to get the selected index of a ListView item ? Pin
Guffa1-Oct-07 6:08
Guffa1-Oct-07 6:08 
QuestionHow to save ?? Pin
get12061-Oct-07 5:02
get12061-Oct-07 5:02 
AnswerRe: How to save ?? Pin
Dave Kreskowiak1-Oct-07 5:22
mveDave Kreskowiak1-Oct-07 5:22 
QuestionXml serilization of controls properties to save and get Pin
get12061-Oct-07 4:50
get12061-Oct-07 4:50 
AnswerRe: Xml serilization of controls properties to save and get Pin
Dave Kreskowiak1-Oct-07 5:17
mveDave Kreskowiak1-Oct-07 5:17 

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.