hi friends
i am new to flash ..
i have created two scene..
in scene 1 created a button.i write actionscript in actions (ie., gotoand play....) (link to scene2)
when i executing it not working..
can anyone help me..
User Profile
Collapse
-
U cant directly download ms Access ...
either u convert to textfile or excel file.. then download
try with this
dim Cn,Rs
set Cn=server.creat eobject("ADODB. connection")
set Rs=server.creat eobject("ADODB. recordset")
Cn.open "provider=micro soft.jet.oledb. 4.0;data source=" & server.mappath( "db1.mdb")
Rs.open "select * from table",Cn,1,3... -
Msgbox in asp
< deleted >Last edited by jhardman; Nov 18 '07, 12:30 AM. Reason: put code in code tags - please notice button marked - # -
how to load data from excel to access
hi all,
i downloaded the excel file..... when i am trying to export the excel file to access database i getting the error External table is not in the expected format.
if i select the excel file and copy to another excel file... than export.. it is working...
to download the excel file the code i written was
[code=asp]<%
dim Cn,Rs...Leave a comment:
-
import data from excel sheet to ms access database
hi
I want to import data from excel sheet to ms access database in asp.
sample code if possible
regards ela... -
database connectivity in javascript
Is it possible to have database connection in javascript..
i dont want to access the server database..
to access the local database i am asking...
bcoz when i trying to open from asp(in localhost its working but in webpage its not working) .. i cant open the local db..
thats why i choose javascript..
will it work..??
regards
ela.. -
Thanks its working.. but when update the file into ftp.. whoever using that page
they have to set the security settings?????.. ....Leave a comment:
-
how to create text file in javascript
Hi,
I would like to know if it is possible to use JavaScript to write to a text file. I tried using FileSystemObjec t in JavaScript. However, it gives the following error : "Automation server can't create object". Does anyone know what is going wrong here?
[CODE=javascript]var fso = new ActiveXObject(" Scripting.FileS ystemObject");
var s = fso.CreateTextF ile("C:\test.tx t",... -
To create a text file in local macine from website..
( all in my websites) I am opening a database (stored in ftp -- ms access database) ..
after retrieving i want to write to a file in local machine... (something .. c:\test.txt)
its work fine while i am running in local host.. but in net .. its showing error...
i want to know if i want to create a file.. from website.. whether i have to provide any permission.. (security concern)
please answer... -
Hi
i want to access the database which is at local machine....
(for eg:: c:...\desktp\dd .mdb) from web page.Is it possible to access that database (the database in ms access)
Silimal to backup.. instead of transfering entire database.. i want to transfer a single table... to my local database.. ( its for single user.. ) not for all...
regards
ela.....Leave a comment:
-
How to open the local database from my website
My database (ms access) is in ftp;
i want to transfer the one particular table content to local db which is in my system...
the coding i written was
' for local database connection
<%
strconnect="Pro vider=Microsoft .Jet.OLEDB.4.0; Data Source=" & strpath & " ; Persist Security Info=False"
set Conloc = Server.CreateOb ject("ADODB.Con nection")...
No activity results to display
Show More
Leave a comment: