Forum: Visual Basic 4 / 5 / 6 30 Days Ago |
| Replies: 16 Views: 888 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 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 Being lonely is not necessarily the same as being alone. |
Forum: Geeks' Lounge Aug 22nd, 2009 |
| Replies: 1,554 Views: 205,828 There is a charm about the forbidden, that makes it desirable. |
Forum: Oracle Jul 16th, 2009 |
| Replies: 4 Views: 576 Try the following link (http://www.oracle.com/pls/db102/homepage) and select SQL Reference |
Forum: Oracle Jun 24th, 2009 |
| Replies: 1 Views: 947 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 "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 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 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 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 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 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 how are you calling the reports from VB ? |
Forum: Visual Basic 4 / 5 / 6 Oct 8th, 2008 |
| Replies: 4 Views: 935 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 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 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 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 Sports serve society by providing vivid examples of excellence. |
Forum: Visual Basic 4 / 5 / 6 May 14th, 2008 |
| Replies: 5 Views: 1,241 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 You need to use BETWEEN clause . |
Forum: Visual Basic 4 / 5 / 6 Apr 3rd, 2008 |
| Replies: 5 Views: 1,308 Add Exit Sub before the error handler. |
Forum: Geeks' Lounge Mar 25th, 2008 |
| Replies: 1,554 Views: 205,828 The mind that is anxious about future events is miserable. |
Forum: Visual Basic 4 / 5 / 6 Mar 6th, 2008 |
| Replies: 5 Views: 2,117 Try using looping through all the controls on the form that have font property. |
Forum: Oracle Mar 3rd, 2008 |
| Replies: 5 Views: 3,855 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 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 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 If the truth were self evident, eloquence would be unnecessary. |
Forum: Oracle Feb 5th, 2008 |
| Replies: 8 Views: 1,360 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 They wil rise highest who strive for the highest place. |
Forum: Database Design Dec 17th, 2007 |
| Replies: 12 Views: 9,120 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 Then kindly post the question in the proper forum only. |
Forum: Geeks' Lounge Nov 1st, 2007 |
| Replies: 1,554 Views: 205,828 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 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 Fire is the test of gold; adversity, of strong men. |
Forum: Geeks' Lounge Aug 22nd, 2007 |
| Replies: 82 Views: 9,443 All men are not fools, some remain bachelor. |
Forum: Community Introductions Aug 22nd, 2007 |
| Replies: 13 Views: 1,845 |
Forum: VB.NET Jul 19th, 2007 |
| Replies: 3 Views: 1,532 thanx for self learning, that really helps a lot. |
Forum: Geeks' Lounge Jul 19th, 2007 |
| Replies: 1,554 Views: 205,828 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 All the flowers of tomorrow are in the seeds of today. :) |
Forum: Geeks' Lounge Jul 17th, 2007 |
| Replies: 12 Views: 1,806 there are 10 types of people
those who can understand this and those who can't. |