Hello all,
Iam trying to write a program to upload multiple files from one server to another server, what is the best way of doing using java technologies...either servlets, applets..etc.,
please also give me pros and cons...
thanx
sreeky
hello!
how do i connect to lotus notes database. my environment is asp, vbscript/jscript, sqlserver.
would really appreciate if some one gives me this info.
Thanks,
sreeky
hello!
how do i connect to lotus notes database. my environment is asp, vbscript/jscript, sqlserver.
would really appreciate if some one gives me this info.
Thanks,
sreeky
what ever function i give inside the SELECT statement, I get this error =>
-2147467259,[IBM][CLI Driver][DB2] SQL0440N No Function by the name "CONVERT" having compatible arguments is found in the function path. Sqlstate = 42884
This is when i try using convert function. same with the...
no! it is in the format mm/dd/yy. That is the standard right when we declare it as Date in vb program.
now the date in db2 database is in YYYY-MM-DD, which it is not liking.
even if i declare that variable as date doesn't solve the problem.
tell me how should my sql look like if i declare that as date?
i did try the below sqls with string and with date, they didn't work.
mscSQL = "select DateValue('D_SYS_CLSD') from P.PQNCQIR where I_QLTYISS = 123"
AND...
i hv this sql
mscSQL = "select D_SYS_CLSD from P.PQNCQIR where I_QLTYISS = 123"
where actualCloseDateOut is declared as a string
whenever i try to return a date using this statement below
actualCloseDateOut = mscRs("D_SYS_CLSD"), it errors out.
format of D_SYS_CLSD in the...
Thanks for the info, but I need the function inside the SQL SELECT statement as the recordset is erring out when i tru to do
getTheDate = myRs("myDate")
thanks
I have a VB pgm and a sql query in that selects a date.
need to convert the date from YYYY-MM-DD to mm/dd/yy as the sequel server doesn't recognize the YYYY-MM-DD date format.
Any help
thanks,
sreeky
I am getting this error while trying to get the date from DB2 database. I have the below code in VB 6. I don't have problems retrieving all the other data. This error occurs only if I try to get dates.
ERROR =>
Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if...
How do I print say 300 reports(pages)? obviously if I have them all preformatted in HTML would take lot of time......is there any alternative? Is there any java class for printing? which is fast !!!!......
-sreeky
since i had some problem using strings ............i am now using vectors.....i have this code which gives me this error...........java.lang.NullPointerException
at the line.........Vector vrs = (Vector) session.getAttribute("vrs"); I am basically trying to use this vector which was...
since i had some problem using strings ............i am now using vectors.....i have this code which gives me this error...........java.lang.NullPointerException
at the line.........Vector vrs = (Vector) session.getAttribute("vrs"); I am basically trying to use this vector which was...
I have this code which is not functioning any idea why?
String[] rsarray = new String[rssize];
..
..
..
session.putValue("rsarray1", rsarray);
..
..
error while compiling =>
etxrpt_serv.java:249: cannot resolve symbol
symbol : variable rsarray
location: class xxx.yyy.zzz.test...
i am not really familiar with vbscript. can any one please tell me how to convert this code to run on the client side instead of on the server side? i know i have word 97 loaded in my hard disk.
thanks,
sreeky
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.