|
I have a small project that doesn't require much disk space, so i considered using an access database.
I was wondering if anyone used a Spring + Hibernate + access combination, if so can they post the connection properties.
thanks guys
Started by Chung Pow on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Access does have: The sticking point for using Access might be the SQL Dialect, In the Hibernate configuration you of supported dialects , If any of these is 100....
Hibernate will theoretically work with any database that has a JDBC driver .
|
|
I have been working on converting a assembly of mine to be usable through Delphi. I was able to convert the assembly to a PAS file and call the method in my delphi application. But i ran into a problem where my PAS file is asking for System_Windows_Forms...
Started by Andy Xufuris on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I have two copies on my system:
C:\WINDOWS\Microsoft.NET\Framework>dir /a /s....
The Accessibility_TLB unit, likewise, comes from the Accessibility.dll assembly.
The System_Windows_Forms_TLB unit comes from the System.Windows.Forms.dll assembly.
|
|
I never use Access 2007 - until today.
I want to connect to an existing SQL Server 2008 database. I have tried using:
External Data ODBC option - but get DSN errror Upsizing wizard with ODBC - get an error Upsizing wizard with SNAC - get ODBC error. So...
Started by Eric Nelson on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Rather than creating a new DSN, I pointed at the DSN I created last time), instead of just reporting what... .
Re-opened Access.
Looks like this is a "Access 2007 doesn't Access.
Does it pass?
The ODBC connection is fine, db fine etc .
|
Ask your Facebook Friends
|
Does anyone know of a simple WPF or Silverlight framework which enables you to e.g. define some database tables in e.g. SQL Server compact database and then the framework automatically creates the Window classes etc. which allows a user to login and edit...
Started by Edward Tanguay on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Direct connection to a database server with Silverlight, you should look at a .NET data access.
|
|
Seems to me most of developers completely ignore this features. People prefer handling security exceptions as generic ones relying on standard windows roles and rights instead of learning to use CAS ways of enhancing security - probably because CAS is...
Started by JohnIdol on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Just last week I had a client with a module writing to ActiveDirectory, and wanted to limit access.
|
|
I'm not looking for the whole ACO-ARO implementation... I just want to use Auth, and check against the user's role....
What do I put where in order to simply deny users from a given controller unless they have a certain role.
I'm trying to use the $this...
Started by Michael on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Read('Routing.admin')])) { //User is trying to access a page using the admin route if ($this->.
|
|
I am really not lookinf foe an ORM just a really good DAL that I can use. Thanks
Answer Snippets (Read the full thread at stackoverflow):
Http://www.codeplex.com/entlib
In my experience, any data access layer the isn't also to see what kind of power it gives you.
Its pretty heavyweight in terms what it can do, but for data access it's alright.
Checkout Enterpise Library.
|
|
Is it possible to hide the .php file on the server...?
I have a website which sometimes calls php files inside iframes, now I wouldn't like it if somebody copied that code, so how would I hide it? Or do I have to encrypt it?
Speed is a huge matter in ...
Started by pesar on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
If you.
If someone access a php, or Javascript) - they won't see the source for the PHP page itself (and will have no way to access it).
If your php-files are parsed by the http server, nobody can get them .
|
|
Anyone use Mardenz blog for svg files? can no longer access, why?
Has anyone used Mardenz blog for svg files? I have gotten a number of svg files from this site but I can no longer access it. Anyone else have trouble?
It was a really good site.
Thanks...
Started by bcinohio on
, 12 posts
by 9 people.
Answer Snippets (Read the full thread at disboards):
:(
If anyone (thought I was a follower....
I used from Tangled, then of course I checked here to see if I was the only one having trouble .
Was the one that got me hooked on SCAL Does anyone have a way to contact her to request to be invited.
|
|
I'm developing a simple database app in visual studio (c# for Windows) using an access backend.
That's all fine until I try to open the database file from within access, when all the reocords get deleted.
Could anyone explain why this is please?
Started by Darren on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You say that when you open the database from within access, "all? Or are you really just saying that "when I open the database file from access, the records not be there when you opened the file in Access....
We need more information.
|