I have a program which works fine (loads up info to MSFlexGrid), but when the program is used on another computer on the network it doesn't seem to load up. It says MSFlexGrid not accessable (or thereabout). Does anyone have any ideas on how to sort this? Do I need to make some software...
I have an MSHFlexGrid in my VB program and I would like to have a command to print it out but I'm stuck on how to do that! Is there a way of doing this directly from the program or could I export the grid to an Excel spreadsheet and print if from there? I want to able to do all this from my VB...
Is there any way of making the cells of your table so that when the mouse pointer is moved over them a string of text is visible (such as alt works for <img>)?
Pete
Finally got a connection string that SEEMS to connect in
set conn = Server.CreateObject("ADODB.connection")
conn.open "DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=\\hill\vb\emp.mdb; DefaultDir=\\hill\vb; uid=sa;pwd=;DriverID=25;FIL=MSAccess;"
set rsSet =...
Thank you! You've solved most of my problems and it's starting to look better, but when I load up the db.asp (the server side) it doesn't connect to the database it just says
'[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified'
so I then used microsft...
I've tried what you said (I think!) and it's not connecting to the database anymore. I'm pretty new to VBscript and haven't quite got the hang of it yet. Can you see if it is something to do with my code. Thanks for all your help.
Pete
<html>
<head>
<title>Planner</title>
<meta...
Here's the code for my database connection
<html>
<head>
<title>Planner</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script type="text/vbscript">
dim rsSet
dim rsWeek1
dim rsWeek2
sub loadDB ()
set cnn =...
Sorry, should have put this in my first message. My connection connects fine and loads up of the correct information from my recordsets but when I first load up the page I get 'This page is accessing a data source on another domain. Do you want to allow this?' and I do but I want to do it...
I have a web page which loads up information from an Access database with an ADODB connection, but everytime I load up the page it asks me whether I want to connect to the database. Is there a way to do this automatically and not have to click on 'Yes' everytime I load the page up?
Any...
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.