Here is my problem! This is a query for a search in a database (databasephone book type ):
SELECT *
FROM CONTACT
WHERE name LIKE %varName% AND firstname LIKE %varFname% AND company LIKE %varComp%
ORDER BY name, firstname
Here is part of the dreamweaver code to take the information from the...
I have trouble centering my popup on a page. Can anyone help me. I know i need to use the following variable to center the popup
var winl = (screen.width-w)/2;
var wint = (screen.height-h)/2;
but it doesn't work
Here is my function popup.js
var newWin = null;
function closeWin(){
if (newWin !=...
I have a problem with associating my css style sheet to any asp pages.
First of all, here is how everything is organized:
I have a top page called “top.asp”. This is where I put the title of my site.
I have also a left page called “left.asp”. This is where I put my menu.
Lastly, I have an index...
Hi,
I have an error message when I try to open my database. The error message is that the jet engine could not find the msysdb object.
What can I do?
Thank you
I have a variable that I assign to a textbox. Eg :
<input type="text" name="<%=sInputName%><%=cstr(i)%>">
Now, I want to take all the information of the textbox and send it by mail but I have trouble with the syntax of that request.form: E.g
strInfo = strInfo + "<tr...
The Server Explorer in Visual Basic.Net does let me connect to a password protected Access database using Jet 4.0 OLE DB provider. I have a connection test failure. It works fine without any password.
The same problem occurs using a connection string in code!!
What seems to be the problem?
Thank...
I have 3 tables in Access. The first one is called partners with columns such as partners name and an id. Eg: Name: Smith, IDpartner: Smith01
The second is the rights table: codeRight:1, Right:Download
The third table has three columns : Idpartner: Smith01, codeRight:1, autonumber=1
On an asp...
Here is the pb! I have an Access table with diffent records
The fields are numfile and statut of action and action number
For instance on one line I would have
numfile Statut numaction
1 started 1
1 over 2
1 not started 3
2...
Could anybody tell me me how to go about the following pb :
I am trying to access a temporary Access DB on a web server (internet), get all the tables data, send the info to a DB (which has same structure as the temporary) in local server(not in the internet) and empty the temporary.
Thank you...
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.