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 bkrike 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: ganusha
  • Content: Threads
  • Order by date
  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

    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...
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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...
  9. 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...
  10. ganusha

    problem creating a new project in interdev

    whenever i start to ceate a new project,it show me a default path as mydocuments/visual studio and if i change the path to c:/inetpub/wwwroot it doesn't allow me to save the .sln file in that root. The error given is cannot create a web based disk application in the given path as this direstory...
  11. ganusha

    How to call functions in response to button or combo click

    Hi i've a button like <input type=button value=&quot;GO&quot;> now i need to call a sub routine in the same page in response to the button click. i've a combo box filled with HomeNo1,HomeNO2,HomeNo3 and everytime i click on any one option, the corresponding no should be displayed in the textbox...
  12. ganusha

    Redirecting to another page

    hi This is my first day with ASP I've a button called 'home' and on clicking this i need to go to homepage.asp. this is my code <script language=&quot;vbscript&quot; type=&quot;Text/vbscript&quot;> sub gohome() end sub </script> <input type=button name=cmdHome onclick= 'gohome()'> what...
  13. ganusha

    Interview questions/sample test

    I'm going to attend an interview in Visual Basic.Can anyone lead to me to any site or books for free sample tests or interview questions.
  14. ganusha

    Vb script with embeddes sql/T-sql

    Hi Can anyone give me an example of vbscript with embedded sql/t-sql. as far as i know sql used in any programming language is embedded sql.so when we open a recorset in visual basic and give in the sql statement,is that same as embedded sql?? How do we use t-sql in visual basic. please...
  15. ganusha

    Getting Connected To Oracle

    i just installed personal oracle and i'm not able to open sql*plus.It is prompting for a username,password and a host string and i'm not able to find the correct combination.Can u tell me where can i find them.
  16. ganusha

    Connection To sybase Database

    How do i connect to sybase database through Visual basic.I do not find any driver which could help me do so.Please reply cause it's urgent!!

Part and Inventory Search

Back
Top