Here's the idea:
An XML (xsl?) file with a list like:
<combo1>
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
</combo1>
<combo2>
<option value="A">Aye</option>
<option value="B">Bee</option>
<option...
Hi
I have an access database on a remote folder on the lan. The folder is accessible using a certain lan id and pwd for logon.
I want to query this db using ADO and ODBC or OLE from a VB program. I've mapped the remote folder to F:.
Just to try it out, I create a data project from the app...
how do I use ODBC in VB to read from a linked access db?
I have a access db with a table that is actually a linked table to the real table on the network.
i made a VB app, with ADO 2.5, and a system DSN to read from this table. I couldn't and got an error that says "Expression...
I use the Excel lib in an ASP page. The page gets stuck when I save the workbook, it says "Document not saved". Then the reference to the Excel lib is not freed - as a result I have an additional process running. Can't seem to be able to kill it either. I am on IIS and Win2K.
Please...
I use the following code to copy a file on the root folder, in an ASP page:
Set fso = CreateObject("Scripting.FileSystemObject")
Set MyFile = fso.GetFile(Server.MapPath("OldFile.xls"))
newFileName = "NewFile_" & datepart("m", now()) & "_" &...
Hi
I need to be able to save a Usercontrol onto a JPEG/GIF file. Actually the Usercontrol is a chart control - I draw over it using Line etc.., and want to save this as animage.
Any ideas? :) Lyra Computing
www.lyracomputing.com
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.