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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ganusha

  1. ganusha

    Error While reading a csv file using schema.ini

    Hi, I'm reading a .csv file and it is actually semicolon delimited. I created the schema.ini and am trying to read the file using ado and microsoft text driver. It works fine except when i come across a field with double quotes it gets it with double double quotes. eg if the field is Box 19"...
  2. ganusha

    Creating Access tables form visual basic

    i'm using adox to connect to the database Set catDB = New ADOX.Catalog ' Open the catalog. catDB.ActiveConnection= "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & lsDatasource & ";Persist Security Info=False" The database was initially created in access 97 and when...
  3. ganusha

    Creating Access tables form visual basic

    Hi I'm creating a table in access dynamically in visual basic. When i run the vbp, it creates the table successfully but when i run the exe i does not. Whenever i open the table in access, it gives me an error message saying: "The database was created in an earlier version of Access. You...
  4. ganusha

    Connection to lotus notes through Visual Basic

    i got connected but how do i query the database?? can u help Thanks Usha
  5. ganusha

    Connection to lotus notes through Visual Basic

    Hi Thanks for the istant reply. My database is in C:\lotus\notes\data\sample.nsf and in get dbdir i give the serverpath as C:\lotus\notes\data but in opendatabase i tried to give the path and the name of the database, it doesn't open the database and the error given is database open failed...
  6. ganusha

    Connection to lotus notes through Visual Basic

    Hi I need to connect to lotus notes database through Visual Basic either using lotus notes odbc driver or through any other method Can anyone please help Thanks
  7. ganusha

    Help needed urgently to connect to Lotus Notes

    Hi I need to connect to lotus notes database and read the fields of a particular document. Can anyone please help Thanks
  8. ganusha

    Help needed using videosoftindextab control??

    Hi Has anyone used the control names 'Videosoftindextab' control. Please i need some help regarding hoe to use it and where can i find help for such controls?? Thanks
  9. ganusha

    Wanted help to start with Win API's

    THanks so much
  10. ganusha

    Wanted help to start with Win API's

    HI all, how can i know which api is for what.Which is the most preferred site to search for help. Micorsoft does gives help to know what the parameters are for but is there any site which gives examples using api's Thanks
  11. ganusha

    Treeview Not visible in the browser

    I first placed a treeview control from the activeX control toolbox in VisualInterdev and then coded the foll: <SCRIPT language=&quot;Vbscript&quot;> dim nodex,nodex1 TreeView1.BorderStyle=1 set nodex=TreeView1.Nodes.Add (,,&quot;Address&quot;,&quot;Address&quot;) set...
  12. ganusha

    Treeview Not visible in the browser

    i'm using a microsoft treeview control 6.0. i'm adding 2 nodes to it.but i can see it neither in the design mode in Visual interdev nor when i'm calling the page. Please help. Thanks
  13. ganusha

    How to stop from submitting a form

    Thanks so much!! It worked
  14. ganusha

    How to stop from submitting a form

    Hi I'm using vbscript to Validate a form. i first check if the text box contains anything and if not i pop up a msg and i want the focus to remain on that textbox and not submit the form. <script language=vbscript> sub check() if document.find.text1.value=&quot;&quot; then msgbox...
  15. ganusha

    client and server side script in the same function.

    hi i've a find page wherein you have to enter a name and find the address for the name in the database . i've to first validate in the client side if the textbox is left empty and if not then connect to the database and find the record. i've created a textbox and a find button and in the onclick...

Part and Inventory Search

Back
Top