Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: yama
  • Order by date
  1. yama

    Array help please

    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
  2. yama

    Array help please

    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?
  3. yama

    Array help please

    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 = '" +...
  4. yama

    Check box help!!

    Microsoft Access 2000
  5. yama

    Check box help!!

    how to store a check box value from a form to a database field with Yes/No type??
  6. yama

    Can flash link to database programs like Access??

    i mm trying to find out whether Flash can be link to database like SQL Server, Access.
  7. yama

    anyone knows how to do Ray of Light???

    Hi to everyone out there, I'm having problems with creating ray of light. Anyone can recommed tutorials. thanks. any easy methods??
  8. yama

    drag/drop problem (Flash 4)

    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.
  9. yama

    drag/drop problem

    hi, how do i error check a drag/drop object? meaning if the drop object is not dragged to the droptarget, how should i write the actionscript???
  10. yama

    Generate Keys

    Hi, may i know how you set up SSL for your page? 'cos I am having trouble trying to set up connection to HTTPS protocols. thanks!
  11. yama

    getting char

    yep, hehe, but i have done some changes to the ascii value before sending it over =)
  12. yama

    getting char

    oh...i am using the post method, just that if i didnt encrypt, i am able to get the whole password by using a network sniffer
  13. yama

    getting char

    oh...'cos i want to some sort of encrypt my password to its ascii value before sending over to other page of my website. thanks!
  14. yama

    getting char

    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!
  15. yama

    getting char

    hmm..think this is for a single char, is there any codes for converting a string such as from abc to 979899, then back to abc?
  16. yama

    Generate Keys

    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
  17. yama

    getting char

    any help pls?
  18. yama

    getting char

    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...
  19. yama

    Generate Keys

    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=&quot;keystore&quot; value=&quot;/var/tomcat/conf/keystore&quot; /> ? and how do i implement SSL into my website? thanks!

Part and Inventory Search

Back
Top