Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #25.0K
Ranked #3K
~704 People Reached
Favorite Forums

5 Posted Topics

Member Avatar for Indianblues

[QUOTE=Indianblues;594658]Hi I installed oracle 9i on my system. I am working with sql plus browser. my doubt is how to open iSQL *plus browser. I tried my level best to find out but no use. please any tell me how to open iSQL *plus. Thanks[/QUOTE] If you are opening from …

Member Avatar for rayofhope
0
172
Member Avatar for DWFENNEL

[QUOTE=DWFENNEL;595669]I have a program that has a connection to an Oracle database and is supposed to execute an Insert statement. It runs with no problem until the [I]connection.Execute SQLString[/I] command. This causes a crash. The code compiles error free, and I've checked the syntax of the Insert statement and it …

Member Avatar for debasisdas
0
105
Member Avatar for chrisdent1986

Hi cris, Sorry, Dnt know abt data control much. But, Can you execute sql statements using this control like connection.execute method in ADO. If you can, why can't you try data.execute "create user " & txtuser.text & " identified by " & txtpwd.text & " default ............. " Regards

Member Avatar for debasisdas
0
154
Member Avatar for swapna7999

HI swapna, Are you using Winsock control ?? if yes, why dont you try winsock.localIP ?? Regards

Member Avatar for swapna7999
0
131
Member Avatar for Yogesh Sharma

[QUOTE=Yogesh Sharma;592526]What is @@rowcount and with small code snippet explain the usage? Is the foll. code is rite-- Create procedure get_emp_count ( @emp_id int) As Select * from emp where emp_id =@emp_id If @@rowcount = 0 Begin Select 'no rows with emp_id= ' Select @emp_id End . Can u pls …

Member Avatar for rayofhope
0
142

The End.