Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

Koristenje MS Accessa bez office-a

[es] :: Visual Basic 6 :: Koristenje MS Accessa bez office-a

[ Pregleda: 1865 | Odgovora: 7 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

vuchko.vuchko

Član broj: 217112
Poruke: 301
*.teol.net.



+2 Profil

icon Koristenje MS Accessa bez office-a17.09.2012. u 20:30 - pre 141 meseci
Imam jedan stari program koji je izvjestaje prikazivao u MS Access-u.

E sad me interesuje kako da mi taj program radi na drugom racunaru koji nema instaliran MS Office, vec ima neki drugi paket koji cita .xls file-ove?

Da li je moguce ovaj problem rjesiti dodavanjem nekih dll-ova ili se mora rjesiti u samom kodu?

Unapred hvala!
Pozzz
 
Odgovor na temu

FOX028
Visoka tehnicka skola strukovnih studija
Kosovska Mitrovica

Član broj: 258986
Poruke: 850

Sajt: https://www.zile028.com


+49 Profil

icon Re: Koristenje MS Accessa bez office-a17.09.2012. u 20:52 - pre 141 meseci
Mislim da je jednostavnije da do instaliras MS Access nego da prepravljanjem programa.
 
Odgovor na temu

vuchko.vuchko

Član broj: 217112
Poruke: 301
*.com
Via: [es] mailing liste



+2 Profil

icon Re: Koristenje MS Accessa bez office-a18.09.2012. u 07:32 - pre 141 meseci
Slažem se da bi to bilo najjednostavnije, ali me interesuje može li program da radi bez instalacije MS Office-a?

Ako neko može da pomogne....
 
Odgovor na temu

mld

Član broj: 156249
Poruke: 274
*.adsl-2.sezampro.rs.



+13 Profil

icon Re: Koristenje MS Accessa bez office-a18.09.2012. u 08:04 - pre 141 meseci
Pogledaj kod MS oni imaju Access Runtime koji to omogućava a mislim da je besplatan.
 
Odgovor na temu

vuchko.vuchko

Član broj: 217112
Poruke: 301
*.teol.net.



+2 Profil

icon Re: Koristenje MS Accessa bez office-a18.09.2012. u 08:43 - pre 141 meseci
Instalirao sam, ali nece da radi.

Opet izbacuje error 483

Run-time error '438′:
Object doesn't support this property or method


 
Odgovor na temu

mld

Član broj: 156249
Poruke: 274
*.adsl-2.sezampro.rs.



+13 Profil

icon Re: Koristenje MS Accessa bez office-a18.09.2012. u 09:26 - pre 141 meseci
Proveri da li ti nedostaje neka od Active X komponenti, komponente koje su sadržane u MS MDAC(Microsoft Data Access Components) koje obezbedjuju pristup bazi ili je u pitanju neki od MS Frameworka koji ti nedostaje.

To takodje može da ima veze sa različitim verzijama prilikom kompajliranja evo jednog mogućeg objašnjenja:
Run Time Error 438 - Object Doesn't Support this Property or Method
The most common cause of error 438 is not maintaining binary compatibility between successive versions of your components. Each COM interface has an associated GUID that is called an interface ID (IID). Each coclass has an associated GUID that is called class ID (CLSID). When you compile an ActiveX component in Visual Basic, the CLSIDs and IIDs are compiled into the component's type library.
Example
A program that consists of a Visual Basic client and an ActiveX DLL is released to the user community. At a later time, additional functionality is to be added to the DLL component. The necessary modifications are made, and the ActiveX DLL is compiled without maintaining binary compatibility. When the DLL is released, the client that is trying to use the DLL will throw run time error 438. The reason this occurs is that when the DLL was compiled, a fresh set of GUIDs was compiled into the DLL, and the client has no reference to these new GUIDs. This is why it is important to maintain binary compatibility with the last-released version of the component when you are trying to release a newer version.

Another example for the runtime error 438 would be including the wrong version of Microsoft Data Access Components (MDAC) in the distribution package. For example, a Visual Basic 6 Service Pack 5 program is built on Microsoft Windows 2000 Service Pack 2 by using the latest version of MDAC that is present (version 2.6). When the distribution is built, an earlier version of MDAC (version 2.5) is used (unless MDAC 2.6 is downloaded), causing an error 438 to be thrown when the distributed program is run.

Another scenario would be misspelled method or property names, and this scenario is described in the following Microsoft Knowledge Base article:

This may be as simple as adding a reference for the ActiveX data Access Object that the older Access database would have used created.
For instance if you are now using Excel 2003 as a database with ADO2.8 library and the Access records were created using ADO2.4 (as an example). The differences within the newer library may not be supported.
By adding a reference to the older ADO dll that the Access database used to create the records this may fix the issue.

[Ovu poruku je menjao mld dana 18.09.2012. u 10:36 GMT+1]
 
Odgovor na temu

vuchko.vuchko

Član broj: 217112
Poruke: 301
*.teol.net.



+2 Profil

icon Re: Koristenje MS Accessa bez office-a18.09.2012. u 10:54 - pre 141 meseci
Uspio sam rijesiti povezivanje sa bazom ( mislim da je tu pomogao ovaj access runtime) i sad mogu manipulisati sa podatcima u bazi...ali kad želim generisati izvještaj (koji se prikazuje u MS excell-u) e tu mi izbacije ovu gresku 483.

da li ima neki runtime za excell ? ili neko drugo rješenje?
 
Odgovor na temu

mld

Član broj: 156249
Poruke: 274
*.adsl-2.sezampro.rs.



+13 Profil

icon Re: Koristenje MS Accessa bez office-a18.09.2012. u 11:01 - pre 141 meseci
Pokušaj ovde:

http://support.microsoft.com/kb/163410
 
Odgovor na temu

[es] :: Visual Basic 6 :: Koristenje MS Accessa bez office-a

[ Pregleda: 1865 | Odgovora: 7 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.