473,396 Members | 1,789 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

open MS Access databse in Firefox

In IE, we can open an access database uing an Active X Object.
How I can do the same in Firefox.
As Firefox, dont allow you to create a Active X Object.

Here is the IE Code.
var myConnect = "Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=" + dbpath + "";
var ConnectObj = new ActiveXObject("ADODB.Connection");
var RS1 = new ActiveXObject("ADODB.Recordset");
Oct 8 '08 #1
3 5078
Sunny meinte:
In IE, we can open an access database uing an Active X Object.
How I can do the same in Firefox.
As Firefox, dont allow you to create a Active X Object.
I suppose... you can't.
--
http://photo.gregorkofler.at ::: Landschafts- und Reisefotografie
http://web.gregorkofler.com ::: meine JS-Spielwiese
http://www.image2d.com ::: Bildagentur für den alpinen Raum
Oct 8 '08 #2
On 2008-10-08 18:48, Gregor Kofler wrote:
Sunny meinte:
>In IE, we can open an access database uing an Active X Object.
How I can do the same in Firefox.
As Firefox, dont allow you to create a Active X Object.

I suppose... you can't.
Probably not. There is an experimental extension for Firefox that adds
ActiveX support. I've never tested it, and it's obviously still in beta,
but maybe you're lucky.

https://addons.mozilla.org/en-US/firefox/addon/8265
- Conrad
Oct 8 '08 #3
Sunny wrote:
In IE, we can open an access database uing an Active X Object.
How I can do the same in Firefox.
As Firefox, dont allow you to create a Active X Object.

Here is the IE Code.
var myConnect = "Provider=Microsoft.Jet.OLEDB.4.0; Data
Source=" + dbpath + "";
var ConnectObj = new ActiveXObject("ADODB.Connection");
var RS1 = new ActiveXObject("ADODB.Recordset");
Actually, Sunny, what you can do is open an ActiveX in
*Microsoft_Windows* rather than "in Internet Explorer". Its just that
Internet Explorer is intended to run on Microsoft Windows and to talk
directly to it. You may remember there were anti-trust cases against
Microsoft about this (they lost in the EU and pay us lots of welcome
cash every year because of it. I forget what happened in the USA).

Firefox, on the other hand, is *not* limited to Microsoft Windows and
does *not* presume it is there. If it is on Windows, there is a
utility to do what you want - I think it is still in Beta test though
rather than widely used. To be honest, I have no idea if it works and
would not use it even if it did.
Oct 10 '08 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Dominic Tocci | last post by:
I'm searching for a way to use window.open on my web page to open a window in firefox that allows the sidebars to work (bookmarks, history, etc). When I use the following: var...
2
by: tod | last post by:
Mine is just a pet peeve. But ohhhh what a peeve it is. Any time I open Access, it opens to half a window. I have to maximize the application window, then also have to maximize the database...
5
by: Henning M | last post by:
Hi all, I having some problems with Access and selecting records between dates.. When I try this in access, it works fine!! "Select * from Bilag Where Mdates Between #1/1/2006# And...
1
by: usraju | last post by:
hai all, Microsoft OLE DB Provider for ODBC Drivers error '80004005' Operation must use an updateable query. /nsc/tracking/signup.asp, line 17 the code is: <%
8
by: Anekwe | last post by:
I have a form named Main Menu in Access. Instead of openning Access and double click that form to start a session. I would like to have that form start automatically when I double click or open...
0
by: Chris | last post by:
Can I open Access from a VB6 program, define Access path, system path, database path, user name & password for system.mdw ? I tried the SHELL (code boew) and it works, but when I used it for...
3
by: Bgreer5050 | last post by:
I can use a form view, gridview and details view to see the data in my access databse, but i cannot edit or add to the database. What simple step am I missing?
3
omerbutt
by: omerbutt | last post by:
sir i am making an inventory application with the help of ajax,html,dhtml,javascript php and mysql i have been working with AJAX and ASP CLASSIC ,but now i have switched to php the problem i am...
2
by: George Yar | last post by:
Re: How to show changes in open Access 2003 Table in VB I have a form to add a new record to my Access Database table. This is a code: Private Sub btnAdd_Click() Dim dbExpenses As...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
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
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,...

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.