You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:
have access to post topics
communicate privately with other members (PM)
not see advertisements between posts
have the possibility to earn one of our surprises if you are an active member
access many other special features that will be introduced later.
is it possible to create and use a local database file like in .NET ?
You mean a database(I'm not clear what you mean database file.)? Even in Java it's possible, you can either implement the database locally or in a remote location. Only thing is define the database path correctly.
Quote:
Originally Posted by khdani
does JDB supports non-english characters ?
This is not relate with JDB or any DB resource. It's about how far your database can support. Actually the solution is UNICODE.
__________________
Use an appropriate Subject. "Help, urgent!" isn't one. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Has someone helped you? Then you can To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. their helpful post.
Want to make your IDE the best? To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
I meant that in .NET there's an option to add local sql file to project, the database will be local to the project and it will be a file which i can copy, and not a service to which i need to connect. is there same option in java ?