It's not hard realy just make the "Welcome to Nematelo.com" (if animated) in to a movie clip and then do an if frame is loaded and set it to be about say 200 or 300.
example:
ifFrameLoaded (300) {
}
this should be at the first frame.
Also you should look at http://www.virtual-fx.net...
here is the connection string that is working for me;
"Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & _
Server.MapPath("pain.mdb") & ";"
but the problem is that its to the local host but I need to be able to access this same database on the remote server.
the...
I'm trying to connect to a remote (Access) Database via ASP and I've got tons of examples but I cant seem to make them work. What I have is a Coldfusion server which will post to a ASP page and the ASP page will do an DNS-LESS connection to the remote database and upload three fixed veriables...
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.