danieleteti / delphi-orm

DORM, the "Delphi ORM"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Suport to Access Database

GoogleCodeExporter opened this issue · comments

请问什么时候能支援Access 的 mdb 谢谢

Original issue reported on code.google.com by guoqingaa on 7 Dec 2011 at 12:53

Can you post in english?

Original comment by mrbar2000@gmail.com on 7 Dec 2011 at 12:44

When does provide support for Microsoft Access database,
 In addition, the ability to provide more documentation for instructions

 The database is now the main use and access mdb Microsoft sqlserver
 The early hope providing access mdb
 Thank you
 by guoqingaa

Original comment by guoqingaa on 8 Dec 2011 at 10:06

There is access to SQL server via Delphi DBX driver.

To Access databases my sugestion is that u create a Adapter using ADO and share 
with us to put on next versions of framework.

Else u will need wait some time to someone create a access database adapter!

Original comment by mrbar2000@gmail.com on 8 Dec 2011 at 2:02

Original comment by mrbar2000@gmail.com on 8 Dec 2011 at 2:03

  • Changed title: Suport to Access Database
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect
Will be better if someone write an adapter for the DBExpress driver for ODBC, 
in that way we will support a wider range of databases.

Original comment by crego...@gmail.com on 8 Dec 2011 at 11:02

samples demo can not be allowed under the xe2, is not permitted to provide the 
proper instructions for demo
The current framework is not high availability, data too long, did not explain 
how to configure, examples are not up and running, can improve as soon as 
possible

Original comment by guoqingaa on 9 Dec 2011 at 7:47

Now the samples runs.

Original comment by daniele....@gmail.com on 9 Dec 2011 at 9:12

线程开始:线程ID: 2704。 进程dsserver.exe (2080)
线程开始:线程ID: 2696。 进程dsserver.exe (2080)
First chance exception at $7C812AEB. Exception class EdormException with 
message 'Logger class unknown: [dorm.loggers.CodeSite.TdormFileLog]'. 
进程dsserver.exe (2080)

Original comment by guoqingaa on 10 Dec 2011 at 6:03

in dorm.pas
function TSession.CreateLogger: IdormLogger;

line FCTX.FindType(LogClassName);

l := FCTX.FindType(LogClassName); l is nil

Original comment by guoqingaa on 10 Dec 2011 at 6:21

This issue has been already fixed, please confirm. Try to do an update.

Original comment by daniele....@gmail.com on 10 Dec 2011 at 8:16

thank you for your help.
will i Update all files are been already fixed

Original comment by guoqingaa on 14 Dec 2011 at 8:54

Hi ..
My name is Guilherme Augusto!
I was testing and example "PersistenceIgnorance" and saw that the error is 
still occurring Review 9.
I have updated the source on today's date.
What should I do to fix the problem?

Thank you and congratulations on the excellent work.
Guilherme Augusto

Original comment by guilherm...@gmail.com on 18 Mar 2012 at 12:54

Dear my Friend: 
(Here is a Google translation, Chinese to English)
Q1: Can a selective use dormxx * conf files, and do not want to to exposure 
dormxx *. Conf, I do not like

Q2: Use sqlite3, can not use obj way statically compiled, so that you do not 
need to carry sqlite3.dll, and the best support for the database password 
feature, such as wxsqlite, I still do not like sqlite.dll

Q3: When can I supports ms sql server and ms access database?

Original comment by guoqingaa on 31 Mar 2012 at 2:09

A1: You can use also a resource stream, so there isn't any file related to dorm.
A2: Maybe, currently there isn't any development in that area
A3: SQLServer is supported by the adapter from Marco Mottadelli. MS Access is 
not supported and there isn't any work to support that currently.

Original comment by daniele....@gmail.com on 1 Apr 2012 at 8:54

Original comment by daniele....@gmail.com on 5 Feb 2013 at 3:00

  • Changed state: WontFix