Hi all,
is there a way to get the client to query an access database on the internet through client side programming without server side code.
I have a client who wants an access database placed on a free server with no server scripting allowed and be able to query it.
Regards
Mark
Hiya,
I have written a search facility that looks through an access database saved on a web server and the client will end up knowing if a date is available to take a holiday to their chosen destination.
The problem is that if the database is local then no problem but if the database is on...
I have a text box where the user enters a date in english format dd/mm/yyyy and when I run the following function
<SCRIPT language="JavaScript">
function AddDays(startdate,inc) {
DaysToAdd=inc;
alert ("startdate"+startdate+" inc "+inc);
var now=new Date(startdate)...
Hi ya,
I am having a nightmare with active x on vb6 ent ed. I can create a cool active x project and make an ocx file and vile my cool program but it will not work on any machine but mine. does anyone have a morons step by step guide on how to get this to work.
Ive tried using the package...
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.