...Dim cnn As OracleConnection
Dim cmd As OracleCommand
Dim dr As OracleDataReader
Dim SQL As String = "select * from table(cast(emp_inds_query.get_years() as emp_year_list_tab))"
Try
cnn = New...
Hi,
I want to use StringBuilder to concatenate the strings, but I can't find the StringBuilder method in the list. I have .net 1.1 version. Do I need to Imports or Reference and class?
Thank you so much for the help.
Ming
Hi,
I followed your way, however, each time I click on button to launch the application, it just give me a been sound, and stop, then I tried on the simple notepad.exe, and it doesn't work neither. So I think there must be something missing/wrong with it. I already the right to read and...
When user press to Go button, it will run this code, and I expect it will start lauching the dos base Apphire.exe application. But when I click on the Go button, it seem like loading the file, and then stop and nothing happen, the Apphire application didn't launch.
I still look around at...
Thanks ca8msm,
however, some how that it doesn't work in either way. I don't know is that because it is a dos base appplication, so it can't run on the web.
Mike
Hi,
I try to set the print layout to landscape when user print.
I have this code in my asp/html file, but it somehow doesn't work.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<HTML>
<HEAD>
</head>
<style type="text/css" media="print">
@page {size: landscape;}
</style>
<BODY...
Hi all,
I try to expand my array by doing this.
for(int x=0; x < account.length;x++)
{ //System.out.println("in For loop,AccountNumber:"+ account[x].getAccountNumber());
int anumber = account[x].getAccountNumber();
if(anumber == Anums)
{ Match = "true";
aindex = x...
Hi,
I get into a weird problem that I really don't know what happen. I get the string from the vector, the string have something like this:
CreateAccount 1 2000
CreateAccount 2 3000
CreateAccount 3 3300
As you can see, I do a split on the string to get the CreateAccount out of the string, and...
Thanks...
Actually, I just found out what wrong with it.
I use the same Variable like SQLquery, over and over.
I didn't have this problem before in other db. But some how the ORACLE doesn't like it. So the problem occurred.
SQLquery = "INSERT INTO TABLE..."
Thanks Anyway...
Mike
the parent records is unique key, PK.
The each person enter a record, there is one record for the parent, and one for the child and the child record need to have FK of the parent's PK.
The problem is that
two records of the child table get the same FK of the parent.
Hi,
I get into a problem that, 2/more users enter a record into a parent table, then get the the PR from the parent table, and add the record into a child table. After adding the record. one of the user's record will get all the child records, and the other have no child record.
I wonder is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.