I made the following class from some exampels: ( In a
classDeclaration and method file in AOT )

[Class]

Public class EDC
{
str DBstr;
str Unstr;
str PWstr;
str SQLSstr;

}

[Method]

Void EdbcMethod()
{

OdbcConnection C;
Statement S;
LoginProperty LP;
LP = new LoginProperty();

LP.setDatabase("DBstr");
LP.setUsername("UNstr");
LP.setPassword("PWstr");

C = new OdbcConnection(LP);
S = C.createStatement();
S.executeUpdate("SQLSstr");

}

I have programmed some Java and if i call the methode there it would
look something like this: EdbcMethod(DBstr,UNstr,PWstr,SQLSstr); it
dosn't work in product builder any one that can help ? and by the way
look for any "failuers" in the code up above, and any comments in
general will be welcome.


Thanks








Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to