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"...
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...
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...
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...
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
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
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
I first placed a treeview control from the activeX control toolbox in VisualInterdev and then coded the foll:
<SCRIPT language="Vbscript">
dim nodex,nodex1
TreeView1.BorderStyle=1
set nodex=TreeView1.Nodes.Add
(,,"Address","Address")
set...
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
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="" then
msgbox...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.