473,503 Members | 1,686 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to insert data in excel as database

lokeshsu
4 New Member
Hi all,

i need a code that will help me in saving data from html page using javascript to excel database

Regards
Lokesh
Apr 15 '10 #1
5 2930
gits
5,390 Recognized Expert Moderator Expert
this is not possible with JavaScript alone ... should this work on a local machine only or could a server be involved? the second option would open some possibilities, the first might have a chance with a strict IE only solution ... but no cross-browser solution then.
Apr 15 '10 #2
lokeshsu
4 New Member
Hi

i have a file in shared folder and the same file is opened by multiple users.all the user save hte data in the same database
Jun 14 '10 #3
gits
5,390 Recognized Expert Moderator Expert
??? please explain exactly what your usecase is ... should the xls-file be connected 'online' to a webpage or should data from a webpage be extracted to a file or what interaction should happen?
Jun 14 '10 #4
lokeshsu
4 New Member
i am not using any server. i save the database in teh shared folder and i have excel files which is in different system when they click on a button the data in the excel file should be saved in the shared folder database.
Jun 14 '10 #5
Banfa
9,065 Recognized Expert Moderator Expert
I doubt there is a way to do this, in general browsers do not allow any web-page access to the system as a security measure so there are no commands in Javascript for opening files or opening databases.

Shared folders are asking for either data corruption or a usability problems with users being locked out by other users.

Generally I would recommend you switch to a client server architecture as a more robust overall solution.

BTW what database engine are you using?
Jun 15 '10 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

3
1890
by: c676228 | last post by:
Hi all, I think I have data type problem when I tried to insert data into sql server 200. The erroe message is like this: system.invalidcastexception data type DFlage char(1) in sql 2000, DMI...
1
2155
by: Doc11 | last post by:
I'm trying to allow users insert data into a database using the form view. But when I click the insert button I get this error: Server Error in '/Customer Database' Application....
1
7865
by: rahia307 | last post by:
hi to all i want to use Aajx in php and want to insert data into database. but i have no idea about it. if any one have idea for it please help me
1
5193
by: SuvarnaChaudhari | last post by:
Hi,Plz any one can tell me how to insert data in database through GridView,or there is no way,then plz tell me another way(I mean,should I use DetailView?but how?) Thaknk You!
2
1552
chathura86
by: chathura86 | last post by:
public void insertData(String sql) { if(conn != null) { SqlCommand cmd = new SqlCommand(); cmd.Connection = conn ; //setting the connection to sql command ...
19
9080
by: obtrs | last post by:
I have some code for drop down its not working it gives the errors every thing looks fine to me help me out. Errors Notice: Undefined index: from in C:\wamp\www\site\booking.php on line 6 ...
3
3742
by: bobbyze | last post by:
how to insert data into database using php with OOP structure
0
2513
by: ghjk | last post by:
I want to insert web application data to mysql database. I'm using struts, jsp and hibernet.This is my action class. public ActionForward execute(ActionMapping mapping, ActionForm form, ...
0
7203
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7281
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
6993
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7462
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5579
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5014
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3156
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
737
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
383
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.