Click here to Skip to main content
15,891,473 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionvb .net Pin
chirag visavadia14-Jul-07 23:34
chirag visavadia14-Jul-07 23:34 
AnswerRe: vb .net Pin
Sathesh Sakthivel15-Jul-07 17:30
Sathesh Sakthivel15-Jul-07 17:30 
AnswerRe: vb .net Pin
Vasudevan Deepak Kumar15-Jul-07 21:31
Vasudevan Deepak Kumar15-Jul-07 21:31 
AnswerRe: vb .net Pin
Pete O'Hanlon16-Jul-07 0:21
mvePete O'Hanlon16-Jul-07 0:21 
GeneralRe: vb .net Pin
Mike Dimmick16-Jul-07 5:45
Mike Dimmick16-Jul-07 5:45 
QuestionXpath Pin
Ibana14-Jul-07 7:06
Ibana14-Jul-07 7:06 
AnswerRe: Xpath Pin
George L. Jackson15-Jul-07 15:52
George L. Jackson15-Jul-07 15:52 
QuestionNewbie ORACL/.NET help again... Pin
vbsquire13-Jul-07 17:44
vbsquire13-Jul-07 17:44 
I now have several buttons on my Form, which process various Oracle select statements and even display the output in listboxes or labels. Can someone tell me if the items below are also possible in VB.NET?

1. Write a query to support using Join Statements that display data from Multiple Tables. (I was able to do a select statement from two tables and display the results in a textbox).

2. Write a query to support the project using Sub-queries.

3. Write a query to support the project using Reports and SQL statements.

4. Write code to support the project that creates and manages Tables, Tablespaces and Database Objects. (I tried editing the sample and by changing the "select department_name from departments where department_id = 10" to

create table emp2
(
emp_First_Name VARCHAR2 (100) PRIMARY KEY,
emp_Last_Name VARCHAR2 (100),
emp_years DATE,
emp_salary NUMBER (8,2)
)"

but this did not work and generated several syntax errors.


5. Create Users and Manage access to the Oracle Database. (Like add a user and the permissions for that user).

6. Code S-Q-L statements within P-L-/-S-Q-L, built-in S-Q-L functions, Cursors, subprograms, packages, triggers and error handling to support the project. ( I have found some examples on the net, but have not been able to make any work, like the ones in the samples from the link you provided).

7. Write code to employ Composite to support the project. (Is this possible?)

8. Employ and demonstrate Cursors.

As you can all see, my basic issue is that I am trying to process various queries using buttons in VB.NET and then display the results in a text box.

Any help with this, would be greatly appreciated.

Thanks again Joseph!!


vbsquire

QuestionNewbie VB.NET/Oracle question Pin
vbsquire13-Jul-07 6:37
vbsquire13-Jul-07 6:37 
AnswerRe: Newbie VB.NET/Oracle question Pin
Joseph Guadagno13-Jul-07 7:02
Joseph Guadagno13-Jul-07 7:02 
GeneralRe: Newbie VB.NET/Oracle question Pin
vbsquire13-Jul-07 8:01
vbsquire13-Jul-07 8:01 
QuestionProblem installing KB928366 Pin
Joseph Guadagno13-Jul-07 4:46
Joseph Guadagno13-Jul-07 4:46 
AnswerRe: Problem installing KB928366 Pin
Paul Conrad13-Jul-07 13:03
professionalPaul Conrad13-Jul-07 13:03 
AnswerRe: Problem installing KB928366 Pin
Mike Dimmick14-Jul-07 6:04
Mike Dimmick14-Jul-07 6:04 
QuestionProblem with LayeredWindow on Windows XP Pin
Ky Nam13-Jul-07 3:53
Ky Nam13-Jul-07 3:53 
QuestionHow to run each message loop in a seperate thread ? Pin
Ky Nam13-Jul-07 3:47
Ky Nam13-Jul-07 3:47 
AnswerRe: How to run each message loop in a seperate thread ? Pin
Paul Conrad13-Jul-07 13:04
professionalPaul Conrad13-Jul-07 13:04 
QuestionHow to identify mpeg and avi file type in .NET? Pin
Raiun012-Jul-07 22:06
Raiun012-Jul-07 22:06 
AnswerRe: How to identify mpeg and avi file type in .NET? Pin
Christian Graus13-Jul-07 3:55
protectorChristian Graus13-Jul-07 3:55 
QuestionIs this even possible? Pin
tomcoll6712-Jul-07 5:11
tomcoll6712-Jul-07 5:11 
AnswerRe: Is this even possible? Pin
Dave Kreskowiak12-Jul-07 5:19
mveDave Kreskowiak12-Jul-07 5:19 
AnswerRe: Is this even possible? Pin
kubben13-Jul-07 5:03
kubben13-Jul-07 5:03 
GeneralRe: Is this even possible? Pin
Vasudevan Deepak Kumar15-Jul-07 22:13
Vasudevan Deepak Kumar15-Jul-07 22:13 
GeneralRe: Is this even possible? Pin
kubben16-Jul-07 1:39
kubben16-Jul-07 1:39 
QuestionHelp of Assembly Binding Log Viewer(Fuslogvw.exe)? Pin
Mushtaque Nizamani12-Jul-07 4:07
Mushtaque Nizamani12-Jul-07 4:07 

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.