Search Results

Showing results 1 to 40 of 1000
Search took 0.10 seconds.
Search: Posts Made By: debasisdas
Forum: Oracle 3 Days Ago
Replies: 1
Views: 183
Posted By debasisdas
you need to create a check constraint with the desired values on the desired column of the table.
Forum: Oracle 7 Days Ago
Replies: 3
Views: 302
Posted By debasisdas
is the entry available in TNSNAMES.ORA ?
Forum: Oracle 8 Days Ago
Replies: 3
Views: 302
Posted By debasisdas
you are trying to create a new database or trying to log in to existing database.
Forum: Visual Basic 4 / 5 / 6 10 Days Ago
Replies: 16
Views: 544
Posted By debasisdas
try the following code, make changes as desired


Dim CN As New ADODB.Connection
Dim RS As ADODB.Recordset
Dim DataFile As Integer, Fl As Long, Chunks As Integer
Dim Fragment As Integer,...
Forum: Visual Basic 4 / 5 / 6 10 Days Ago
Replies: 2
Views: 333
Posted By debasisdas
you need to add a do event to your code.
Forum: Oracle 16 Days Ago
Replies: 3
Views: 402
Posted By debasisdas
Try to use set operator, that should solve your Qry1 and Qry2.

for the third qry try to join both the tables.
Forum: Oracle 17 Days Ago
Replies: 3
Views: 402
Posted By debasisdas
would you mind to post here what are the different things that you have tried ?
Forum: Oracle 17 Days Ago
Replies: 1
Solved: dbms
Views: 342
Posted By debasisdas
what is a minor project .you need to decide first what you want to do.
Forum: Oracle 18 Days Ago
Replies: 5
Views: 604
Posted By debasisdas
you need to read books for all the details.
Forum: Database Design 19 Days Ago
Replies: 1
Views: 491
Posted By debasisdas
I will think of reading your post only if you are ready to pay for it.
Forum: Database Design 19 Days Ago
Replies: 1
Views: 478
Posted By debasisdas
What exactly is a LAN search engine ?
Forum: Database Design 19 Days Ago
Replies: 1
Views: 391
Posted By debasisdas
have you started working on that ?
Forum: Visual Basic 4 / 5 / 6 19 Days Ago
Replies: 5
Views: 255
Posted By debasisdas
you need to format the value of DTPicker.
Forum: Visual Basic 4 / 5 / 6 19 Days Ago
Replies: 16
Views: 736
Posted By debasisdas
you are struck in which part ?
Forum: Visual Basic 4 / 5 / 6 19 Days Ago
Replies: 4
Views: 257
Posted By debasisdas
since you are going to design , you should have the requirements. You need to gather all information before starting design of the system
Forum: Oracle 22 Days Ago
Replies: 6
Views: 704
Posted By debasisdas
you mean to say , u want to include media files to database ?
Forum: Oracle 22 Days Ago
Replies: 5
Views: 604
Posted By debasisdas
Only the owner of the object has the permission/access on the object. Other users needs to be granted permissions by the owner/dba for access which is taken back by the REVOKE command.

If...
Forum: Oracle 22 Days Ago
Replies: 15
Views: 1,225
Posted By debasisdas
i don't think i understood your last question.
Forum: Oracle 30 Days Ago
Replies: 1
Views: 545
Posted By debasisdas
kindly post your table structure.
Forum: Visual Basic 4 / 5 / 6 30 Days Ago
Replies: 3
Views: 253
Posted By debasisdas
is the items stored in database ?
Forum: Visual Basic 4 / 5 / 6 30 Days Ago
Replies: 4
Views: 292
Posted By debasisdas
the following might be helpful.

Save image to database. (http://bytes.com/topic/visual-basic/insights/641548-blob-save-image-database)
Retrieve image stored in database....
Forum: Visual Basic 4 / 5 / 6 30 Days Ago
Replies: 2
Views: 213
Posted By debasisdas
You need to use CDO library.
Forum: Visual Basic 4 / 5 / 6 30 Days Ago
Replies: 5
Views: 9,666
Posted By debasisdas
You need to connect to SMS gateway for all that. Contact your Service provider.
Forum: Oracle 30 Days Ago
Replies: 5
Views: 1,677
Posted By debasisdas
missing CONSTRAINT key word on line 8.
Forum: Oracle 30 Days Ago
Replies: 6
Views: 704
Posted By debasisdas
what the project is all about ?
Is it only a database projects ?
Forum: Oracle 30 Days Ago
Replies: 15
Views: 1,225
Posted By debasisdas
once you start installing 10/11 g you will get the list of pre-installed oracle homes/products. You need to uninstall the existing 9 version before installing the higher version.
Forum: Geeks' Lounge 31 Days Ago
Replies: 1,548
Views: 199,929
Posted By debasisdas
There is no one other than you in my world and you are not there for me.
Forum: Visual Basic 4 / 5 / 6 Oct 16th, 2009
Replies: 2
Views: 425
Posted By debasisdas
kindly post your table structures.
Forum: Oracle Oct 16th, 2009
Replies: 2
Views: 641
Posted By debasisdas
you can always do that , just use sysdate that will handle your date problem.
Forum: Oracle Oct 15th, 2009
Replies: 15
Views: 1,225
Posted By debasisdas
ORACLE will not come in that list of installed software. Uninstall from oracle main menu from start button or use the oracle CD.
Forum: Visual Basic 4 / 5 / 6 Oct 15th, 2009
Replies: 4
Views: 292
Posted By debasisdas
Do you want to store and retrieve images in database ?
Forum: Oracle Oct 14th, 2009
Replies: 15
Views: 1,225
Posted By debasisdas
better install any latest version and set the passwords carefully.
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2009
Replies: 3
Views: 228
Posted By debasisdas
Can you kindly post what have you done so far.
Forum: Oracle Oct 13th, 2009
Replies: 15
Views: 1,225
Posted By debasisdas
try log in as

sys/ as sysdba
password----change_on_install

If you are planning to reinstall better use any advance version .
Current version for windows is 11.1
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2009
Replies: 8
Views: 342
Posted By debasisdas
try something like this

rs.open "select count(student_id) from students where student_id=" & std_id

if it returns >0 then proceed further.
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2009
Replies: 2
Views: 319
Posted By debasisdas
Try to use DELETESETTINGS to delete any entry from registry.

Are you sure a non-existing application is still running ?
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2009
Replies: 1
Views: 283
Posted By debasisdas
do for the device that has inbuilt file locking system.
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2009
Replies: 6
Views: 1,209
Posted By debasisdas
as already discussed you just need to use that as a plug play device like any keyboard.
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2009
Replies: 2
Views: 237
Posted By debasisdas
what playable ?

all mp3 files are playable , if your usb drive is a player it will definately play the file.
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2009
Replies: 2
hi
Views: 212
Posted By debasisdas
are you talking about any application developed in VB 6.0 ?
Showing results 1 to 40 of 1000

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC