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 Mike Lewis 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: *

  1. akshita

    creating the database

    hi friends, i am creating database through code in vb.now when i create table i want to give a particular field should have "allow zero length" to be true .i.e it should accept null values for example in this suppose i want that recdate should accept null values. strTable =...
  2. akshita

    data grid control

    hi friends, i am having one problem.i am using datagrid control.now i want that when i add new row in it i leave it blank .i mean to say that if i am having three columns in data grid i want to leave it blank all the three columns and then want to add new row.but it not adding the new row...
  3. akshita

    data grid

    hi friends, i am having one problem.i am using datagrid control.now i want that when i add new row in it i leave it blank .i mean to say that if i am having three columns in data grid i want to leave it blank all the three columns and then want to add new row.but it not adding the new row...
  4. akshita

    datagrid????

    can u plzz tell me what is the diff in bound datagrid and unbound datagrid
  5. akshita

    datagrid????

    hi friends, is it possible to add new row in between the datagrid.with the code i am using i'm able to add new row at the end but i want to insert in between. akshita
  6. akshita

    how to save data in MSHflexgrid

    hi, i want to save the data in the database which i enter in flexgrid.i want that as soon as flexgrid_leavecell event is invoked its saves the data .i am using ado the coding of my leavecell event is::: Private Sub flxgrid_LeaveCell() If Not IsNull(txtedit.Text) Then 'user typed an entry...
  7. akshita

    to save data in flexgrid

    hi, i want to save the data in the database which i enter in flexgrid.i want that as soon as flexgrid_leavecell event is invoked its saves the data .i am using ado the coding of my leavecell event is::: Private Sub flxgrid_LeaveCell() If Not IsNull(txtedit.Text) Then 'user typed an entry...
  8. akshita

    sql query

    hi friends, i am having one problem.i want to asign the value to a field when the table is created. for eg in the query given below i want that password field should be assigned the value "doll" at the time when table is created. strTable = "create table password1(&quot...
  9. akshita

    how to show access report in vb

    hi friends, can u tell me how i can be able to show access reports through vb akshita
  10. akshita

    how to show access report in vb

    hi friends, i am having one problem.can u tell me how i am able to show the access reports through vb akshita
  11. akshita

    create database

    hi, i am using access as a backend.now i want that instead of going to access and make database i will make it through by coding in vb regards akshita
  12. akshita

    create database

    hi, i want to create database using ado. can u please tell me how to create database and define the tables using ado i am using adodb akshita
  13. akshita

    Winsock Help

    hi ablecken, i am also having one problem. my database is on server side.when two clients login to thjat server simultaneously it gives the concurrency problem. i.e. it overwrites the first file can u give me some sol. akshita
  14. akshita

    sql query

    hi, i want to show the result of this query in the report i have to write this query in data environment Name Specification Quantity =============== =============== =============== CDRW HP 5 Samsung 3 Creative...
  15. akshita

    sql query

    hi, yes, u r right i am concerned with the reporting part.i want the report in the second format. i used the sql query select name,specification,quantity from object group by name but it gives no results. akshita
  16. akshita

    sql query

    hi friends, plz tell me how to write sql query for this i ma having one table "object" in this table i am having 3 fields 1.name 2.specification 3.quantity now i want that distinct name should appear for eg if there exists two entries for cd writer and each of having different...
  17. akshita

    unselecting a record in data grid

    hi friends, i am having one problem in data grid. what i am have done is i made a button for "find" for searching for a particular record and when i found that record i point the record selector at that record that record.it is working fine. but now the problem is that when i search...
  18. akshita

    sql query

    hi, my problem is that i want to write this query for 3 tables 1.dialogic 2.software 3.computer and show the result in one data report how i will be able to do it i ma using adodb select name,specification,disdate from dialogic where recdate IS NULL
  19. akshita

    sql query

    hi MATT, DO U ALSO KNOW ABOUT DATA GRID I have also on problem in that akshita
  20. akshita

    sql query

    hi, thank u my problem is solved.i have one more problem i ma having one table "dialogic" In that table i am having fields name ,specification,disdate,recdate now i want that it shows all the records where recdate="" by "" i mean that it will take the null value...

Part and Inventory Search

Back
Top