hmm...its a statement to bind the database columns to the data variables.
SQLBindCol hstmt, (i + 1), SQL_C_CHAR, col(i), sizet, temp
the (i+1) is the column number, have to start from 1.
hmm... for sizet, i declare the size to be 499
hmm...thanks, i try the codes but it will give me the same "This program has perform an illegal operation....." message is there something wrong with my fetch or with my printing out of data?
Hi, I have just started on visual basic programming and had meet with some problem, hope someone can assist me, thanks
This is what the codes looks like
Private Sub Command1_Click()
Dim str As String
Dim i As Integer
Dim col() As String
str = "Select * from Users where UserID = '" +...
can someone pls tell me the action script of checking whether an object is drag onto a target area? and if the object is not dragged, an error msg will appear...
thanks.
sorry...i tried your codes but it returns me this error -->
Incompatible type for =. Explicit cast needed to convert int to char
whats the cause of it?
thanks again!
Hi, another question here, =)
how do i generate my .csr file after i generate the .keystore file?
i need the csr file to register with verisign. thanks
Hi,
I have a form(form1.jsp) to get all my form data. then it will submit to form2.jsp. in the form, i have a string that i converted to its ASCII value when i submit this form. the convertion is done using javascript.
the problem is that, when it reaches form2.jsp, how do i convert the string...
hmm..i generate my .keystore file and put it into C:\JBuilder4\tomcat\conf
wat configuration do i make to server.xml concerning --> <Parameter name="keystore" value="/var/tomcat/conf/keystore" /> ? and how do i implement SSL into my website?
thanks!
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.