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 Shaun E 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: Som76
  • Content: Threads
  • Order by date
  1. Som76

    Want to read a HTML file.

    Is there any way to read a HTML file line by line through a VB program by skiping HTML tags? Som :)
  2. Som76

    How to Unhide Notes Database Design...

    Hi All, I have a database, its database design in hidden while replacing from *.ntf and checked the property 'Hide Desugn and Script'. Now I don't ve the *.ntf to again replace the design. Is there any way so that I can unhide the design of this database again. Thanks a bunch. Som :)
  3. Som76

    Need a sample client/server application in VB.Net

    Hello All, I need a small sample Client/Server appliation in VB.Net. The database will be in one machine, the data access leyer & business layer in one machine and user service layer & user interface in all clients machine. Please can any one send a small application with this architecture, if...
  4. Som76

    Need to insert around 65000 records, pls help to improve performance

    Hello Everyone, I need to insert around 65000 records to my database. Please help to improve performance. Currently I am calling Insert for every record one by one. 65000 insert call is badly slow. The data is currently available in an array. Thank you. Kind Regards Som
  5. Som76

    How to make querystring in view.FTSearch method(urgent)

    Hi there, I am searching a set of documents from a view.The search criteria is that I have documents having Items 'client1,client2,...,client16' and also 'EmployeeName' so I want to search those documents having ItemValue 'EmployeeName' and a 'Client' provided through UIdocument. So I am...
  6. Som76

    Having problem accessing a Webservice from Lotus Notes

    There is this very simple webservice, which takes an array as an argument. this service has to be consumed by domino. i tried with soapconnect (i found an example while searching on net) Endpoint="http://compname/myservice/myservice.asmx" Dim MyWS As New...
  7. Som76

    While reading Excel file, time value eg 00:30 display me 2.0833333E-02

    While reading Excel file, if a cell has time value for eg 00:30, it display me 2.08333333333333E-02 instead of actual time value. 01:30 display 0.0625. and so on. All the time are displayed as decimal value instead of the proper time. Please help. Regards Somu
  8. Som76

    How to get Excel sheet data into an Array in VB, w/o reading each Cell

    How to get Excel sheet data into an Array in VB, w/o reading each Cell? If I read each cell one by one, it takes half a minute to 5 or 6 minutes to load the file since my excel files have too much data. Is there any other way I can read the excel file? Thank you in advance for the kind help.
  9. Som76

    Index for Help not found error

    Hello! Everyone, All of a sudden I am not able to use msdn help. When I try to open help, the index list is not visible and display me the message Index file not found. I feel some file is missing or deleted unknowingly. Please help me. Thank you all in advance. Som
  10. Som76

    How to connect UDL to data Enviroment?

    Hello Everyone, I have my connection string in the UDL file. In my project i have a Data Enviroment for the Data Reports. I want to set the connection string of Data Enviroment dynamically to the UDL file. Please can any one help me. Thanks Som
  11. Som76

    How can i take back up of SQL db from VB?

    Please can any one help: 1. How can i take back up of SQL db from VB? 2. How can i restore the db again? Thanks Som

Part and Inventory Search

Back
Top