Database Server
A database server is a computer program that provides database services to other computer programs or computers, as defined by the client-server model.
Language
Any
Platform
Any
License
Any
I am using MS Access as my database. How i access the MS Access menus from VB.Net specially database backup option.
I am using MS Access as my database. I connect with my database very well, But when i define MS Access database Password then connection gives error, says that information file is missing. how can i...
: Hey guys!
:
: I'm having trouble with connecting my vb program to a remote SQL server via the internet.
:
: I have set the router of the server to forward port 1433 to the server. I've...
: hi all
: does anyone know for sure if the gnu std string is thread safe or not??
:
doubtful, and probably for performance reasons. Just like any other object your program must snychronize...
Hi,
Could you send the Access 2k version to jonhenn@stanford.edu. Thanks a lot.
hi I need ur help.
Im handling a records which is stored in msaccess.
My problem is anyone can access the records which is indeed it is vulnerable to hack the password of my system....
: hi but that is not what i am looing for.... the problem i have is... in the c++ program itself i have to open the weblink and then the data i get from that i have to maniupulate...
:
: so i wud...
Technically, if you run the code under a user account that has restricted rights, the program cannot do anything malicious. It's when your running under administrator rights, you have to worry. This...
aoa,
i need the way in which i apply a password on sql server database that no person can open database if he copy mdf ldf in a sql server.
i think the same reason stands for not to be overload the other 3 opearators
: What other 3 operators?
:i read ur answer again u r right.. other 4 opeartors are scope resolution operator(::)...
could be overloaded, but then I rarly use smart pointers.
: :
: : Do anyone see any reason to overload such operator ?
: :
: :
:
: You can do things like counting the number of access...
: There are two public properties which you can use for this: TDBEdit.Field and TDBEdit.Text (not published so not visible in Object Inspector).
: You can also use the TDataSet.Fields property or...
Exactly...
but i need this value to pass to another module as a parameter.
Assume that table has the fields below:
ID,Name,ImageAddress
The code below will load the target record to ADOQuery1...
: Hey there guys,
: I'm new with ADO componenets and i've a maybe-silly question.
: How can i retrieve a field value from a access database?
:
: ADOQuery1.SQL.Clear;
: ADOQuery1.SQL...
Hey there guys,
I'm new with ADO componenets and i've a maybe-silly question.
How can i retrieve a field value from a access database?
ADOQuery1.SQL.Clear;
ADOQuery1.SQL.Add('select address...
could be overloaded, but then I rarly use smart pointers.
:
: Do anyone see any reason to overload such operator ?
:
:
You can do things like counting the number of access times, or...
I hav Visual basic 6.0 and recntly I installed Oracle 9i.
I have created tables in SQL.
Now I want to use these tables in VB
but first how to join/inter-connect VB and SQL
Hi all,
I can't execute a mysql's stored procedure from JasperReport. Can you give an example? .... when I type the "call sp()" in iReport it says the following message : "SQL Problem: procedure...
: This message was edited by OpnSeason at 2006-5-11 2:37:41
: This message was edited by OpnSeason at 2006-3-17 17:22:45
: Hello All,
:
: For those who are interested in Approximate String...