What is the database that you want to connect ?
How you connect to database ?
What is the database that you want to connect ?
How you connect to database ?
Oracle Express is a free version so that tool is not available for you in the version you have installed . You need to use the 3rd item for sql queries on the screen.
You need to change the field properties.
Delete
-----------
1. DML
2. Affects only data.
3. Data can be rolled back after this command.
Truncate
----------------
1. DDL
2. Affects both data and structure (resets the High Water Mark)
3. Data can't be rolled back after this command.
Unique key enforces only uniqueness (no duplicate) where as a Primary key enforces both uniqueness and not null (data must be entered into the field). Once a PK is created on a column oracle creates an index on the column.
So what is your problem ?
To be loved, love.
You better contact the web hosting service provider.
Try using MS office Visio, but that is not a free tool.
Please post your code that you are working on. Our experts will advice you to improve the same. Don't expect the complete code.
the first one uses client side cursor.
What exactly is your requirement ?
When communicating, the important thing is the content, not the volume.
Are you using the SPOOL command to generate the flat file ?
@sbchandru
You need to post your working code before asking for code and specify in which part you are facing problem.
Here we do not run a free code writing service.
Welcome.
Please post your question the related section of the forum only.
Hi nishanth,
Welcome to Daniweb.
Welcome.
C++ developers never gets old they only mature with time.
You are most welcome.
Welcome aboard,
See you soon in VB forum.
There are different ways to connect to database.
you can either you code or components.
try using ADO or DAO.
What is the database that you are using.
If you want to move that like hands of a clock use SIN and COS trigonometric functions.
1. declare a byte variable
2. check the value for 3>= before prompting for inputbox
3. increment the value by by 1 after the inputbox
What did Google say ?
Have you tried for that option ?
Kindly do your home work / assignment yourself.
He re we do not run a free code writing service.
If you want help, post the code that you are working on.
put the application in start up.
run the application in system tray.
use some third party control to display popup message.
You need to read books , there are thousands of example lying abundantly across millions of web pages .
What exactly is the error.
Kindly mention what exactly you are looking for and what are you getting as output from your query.
What did Google say ?
What is a Java Database ?
Kindly post the code that you are working on.
Being deeply loved by someone gives you strength, While loving someone deeply gives you courage.
what i understand is you need to store username and password in oracle database and use that credential to login to your application dynamically at runtime.
if that is the case
select count(*) from user_login where user_name='username' and password = 'password'
if this returns 1 then allow to log in to application else re-prompt for username and password.
NOTE:--Username must be the PK of the table storing the log in credentials.
What about restriction the user input to certain length ?
For output if the value is outside the range of decimal, simply show as out of range. That is exactly what the windows built in calculator does.
you need to copy the activex component also to the system and register that using REGSVR32 command.