Search Results

Showing results 1 to 40 of 41
Search took 0.02 seconds.
Search: Posts Made By: debasisdas
Forum: Visual Basic 4 / 5 / 6 30 Days Ago
Replies: 16
Views: 888
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: Geeks' Lounge Oct 12th, 2009
Replies: 1,554
Views: 205,828
Posted By debasisdas
All things changes with the pass of the time but true love expands in the heart of the faithful.
Forum: Geeks' Lounge Oct 7th, 2009
Replies: 1,554
Views: 205,828
Posted By debasisdas
Being lonely is not necessarily the same as being alone.
Forum: Geeks' Lounge Aug 22nd, 2009
Replies: 1,554
Views: 205,828
Posted By debasisdas
There is a charm about the forbidden, that makes it desirable.
Forum: Oracle Jul 16th, 2009
Replies: 4
Views: 576
Posted By debasisdas
Try the following link (http://www.oracle.com/pls/db102/homepage) and select SQL Reference
Forum: Oracle Jun 24th, 2009
Replies: 1
Views: 947
Posted By debasisdas
You need to use the function RUN_REPORT_OBJECT


DECLARE
repid REPORT_OBJECT;
v_rep VARCHAR2(100);
rep_status varchar2(20);
BEGIN
repid := find_report_object('report4');
v_rep :=...
Forum: Geeks' Lounge May 19th, 2009
Replies: 1,554
Views: 205,828
Posted By debasisdas
"If I had my way We'd sleep every night Wrapped around each other Like hibernating rattlesnakes." William S. Burroughs
Forum: Visual Basic 4 / 5 / 6 May 16th, 2009
Replies: 3
Views: 1,327
Posted By debasisdas
To create jut an exe select makeEXE in File menu.

To create a complete setup use the Package and Deployment wizard .
Forum: Geeks' Lounge Mar 11th, 2009
Replies: 16
Views: 1,114
Posted By debasisdas
From your post i became a bit curious and tried to trace back my old days here.

My first post was in community introduction section here (http://www.daniweb.com/forums/thread80215.html), as i was...
Forum: Oracle Mar 11th, 2009
Replies: 3
Views: 930
Posted By debasisdas
For that you need to use a staging table and update the master table based upon data in the look up table.

You need to handle the code in a PL/SQL block.
Forum: Visual Basic 4 / 5 / 6 Nov 8th, 2008
Replies: 2
Views: 490
Posted By debasisdas
please find some related articles here (http://bytes.com/forum/thread724451.html) and here (http://bytes.com/forum/thread726143.html).
Forum: Oracle Nov 8th, 2008
Replies: 2
Views: 1,295
Posted By debasisdas
at command prompt type exp help=y you will get the list of parameters for export . repeat the same for import with keyword imp
Forum: Visual Basic 4 / 5 / 6 Oct 10th, 2008
Replies: 3
Views: 1,339
Posted By debasisdas
how are you calling the reports from VB ?
Forum: Visual Basic 4 / 5 / 6 Oct 8th, 2008
Replies: 4
Views: 935
Posted By debasisdas
that is because VBA is used to define macros notto compile an EXE or DLL.
Forum: Visual Basic 4 / 5 / 6 Oct 5th, 2008
Replies: 3
Views: 4,072
Posted By debasisdas
you can call the .net exe from Vb at runtime ans pass the parameter.
Forum: Visual Basic 4 / 5 / 6 Oct 2nd, 2008
Replies: 11
Views: 5,481
Posted By debasisdas
Hi Neha

Here we do not write code for others. SO please do not expect others to design the GUI and send you the code . for getting help you need to post what you have tried so far for the...
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2008
Replies: 4
Views: 3,867
Posted By debasisdas
you need to copy that componet to your system foolder and register that with windows using REGSVR32.
Forum: Geeks' Lounge May 28th, 2008
Replies: 1,554
Views: 205,828
Posted By debasisdas
Sports serve society by providing vivid examples of excellence.
Forum: Visual Basic 4 / 5 / 6 May 14th, 2008
Replies: 5
Views: 1,241
Posted By debasisdas
instead of hard coding the recordset object open and close that dynamically through a sub procedure.
Forum: Oracle Apr 21st, 2008
Replies: 4
Views: 2,705
Posted By debasisdas
You need to use BETWEEN clause .
Forum: Visual Basic 4 / 5 / 6 Apr 3rd, 2008
Replies: 5
Views: 1,308
Posted By debasisdas
Add Exit Sub before the error handler.
Forum: Geeks' Lounge Mar 25th, 2008
Replies: 1,554
Views: 205,828
Posted By debasisdas
The mind that is anxious about future events is miserable.
Forum: Visual Basic 4 / 5 / 6 Mar 6th, 2008
Replies: 5
Solved: Change Font
Views: 2,117
Posted By debasisdas
Try using looping through all the controls on the form that have font property.
Forum: Oracle Mar 3rd, 2008
Replies: 5
Views: 3,855
Posted By debasisdas
in sql *plus type HOST

in the command prompt type

exp username/password@databasename

then just follow the instructions as prompted
Forum: Visual Basic 4 / 5 / 6 Feb 28th, 2008
Replies: 17
Views: 2,356
Posted By debasisdas
Try use this sample code


Private Sub tv1_NodeClick(ByVal Node As MSComctlLib.Node)
LV1.ListItems.Clear
rs.Open "select * from EMP", con, adOpenDynamic, adLockOptimistic

Dim li1 As ListItem...
Forum: Oracle Feb 22nd, 2008
Replies: 4
Views: 11,543
Posted By debasisdas
It is better to start a different thread for a new question.

anyways try to use this sample query


DELETE FROM emp e WHERE rowid>(SELECT MIN(ROWID) FROM emp WHERE e.empno=empno)
Forum: Geeks' Lounge Feb 12th, 2008
Replies: 1,554
Views: 205,828
Posted By debasisdas
If the truth were self evident, eloquence would be unnecessary.
Forum: Oracle Feb 5th, 2008
Replies: 8
Views: 1,360
Posted By debasisdas
You can't convert directly. But you can upload data of access into oracle.
You can export the data of access into a .CSV file and from oralce use the SQL LOADER to load the same data to oracle...
Forum: Geeks' Lounge Jan 11th, 2008
Replies: 1,554
Views: 205,828
Posted By debasisdas
They wil rise highest who strive for the highest place.
Forum: Database Design Dec 17th, 2007
Replies: 12
Views: 9,120
Posted By debasisdas
You guys need to follow some book on the basic of DBMS / RDBMS.
Forum: Visual Basic 4 / 5 / 6 Nov 11th, 2007
Replies: 3
Views: 605
Posted By debasisdas
Then kindly post the question in the proper forum only.
Forum: Geeks' Lounge Nov 1st, 2007
Replies: 1,554
Views: 205,828
Posted By debasisdas
The wise only speak when they have something to say. Fools speak, because they have to say something.
Forum: Geeks' Lounge Sep 3rd, 2007
Replies: 1,554
Views: 205,828
Posted By debasisdas
The worst days of those who enjoy what they do are better than the best days of those who don't.
Forum: Geeks' Lounge Sep 1st, 2007
Replies: 1,554
Views: 205,828
Posted By debasisdas
Fire is the test of gold; adversity, of strong men.
Forum: Geeks' Lounge Aug 22nd, 2007
Replies: 82
Views: 9,443
Posted By debasisdas
All men are not fools, some remain bachelor.
Forum: Community Introductions Aug 22nd, 2007
Replies: 13
Views: 1,845
Posted By debasisdas
better late than never
Forum: VB.NET Jul 19th, 2007
Replies: 3
Views: 1,532
Posted By debasisdas
thanx for self learning, that really helps a lot.
Forum: Geeks' Lounge Jul 19th, 2007
Replies: 1,554
Views: 205,828
Posted By debasisdas
The future belongs to those who believe in the beauty of their dreams.
Forum: Geeks' Lounge Jul 17th, 2007
Replies: 1,554
Views: 205,828
Posted By debasisdas
All the flowers of tomorrow are in the seeds of today. :)
Forum: Geeks' Lounge Jul 17th, 2007
Replies: 12
Views: 1,806
Posted By debasisdas
there are 10 types of people

those who can understand this and those who can't.
Showing results 1 to 40 of 41

 


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

©2003 - 2009 DaniWeb® LLC