Search results for query: *

  1. B

    Question two different tables in crystal report

    hi i am learning crystal report and i have encountered this problem..i want to display two different tables in crystal report i have a query here that select SELECT studentprofile.lastname as lastname, studentprofile.firstname as firstname, studentprofile.middlename as middlename...
  2. B

    update, insert, delete

    how to update, insert and delete data in mysql with different tables using datagridview,,, help pls thanks :D
  3. B

    Query

    you mean datagridview is just for viewing? but some says that it can update and insert data... for my another question, i think there is a way to insert data with one query, but i still dont know how to do it, you think i can do it with a conjunction table?
  4. B

    Query

    how to input data in mysql, different tables with one query? is it possible to do in gridview in vb.net 2008?
  5. B

    Question crystal report

    how can i create a report where users can select data to be printed?thanks
  6. B

    Question adding and removing controls at runtime

    hi, hello, hello, hi, i am working with my project and i have difficulties in my program. this is the set-up: i put a textbox1 and a button1 in the form, textbox1 is for the property of the label text to be add when i click the button1 i have another textbox, label, and a button, i want...
  7. B

    Question grid view

    thanks mate, but i don't really like to use ado.net, instead i want to be hard coded? can you send mu links or tutorials pls. thanks in advance mate.
  8. B

    Question grid view

    how to display data in grid view using code that you can edit, update and delete the data... do i need to have a stored proc in this? thanks :)
  9. B

    Question log-in form

    hello, how can i connect my log-in form to my sql server 2008, only members of my project is able to sign-in, i want my project to have authentication...can i do it with a stored proc?? help me pls... thanks in advance :smile:
Back
Top