Hi
can any one help me to write a string in spefic position in text file from vb6.
I want to search one string and write new one there
User Profile
Collapse
-
text file argent pls
-
vb6 to html
Can any one tell me how to put the data to HTML File in vb6.I want to create a report in html -
export data from Sql table to xml file example please
export data from Sql table to xml file example please -
how to give prevalages in oracle 9i
hi
i am trying to create a table but i am getting this message how to solve this proble in oracle 9i
SQL> create table t1(sno number(10));
create table t1(sno number(10))
*
ERROR at line 1:
ORA-01031: insufficient privileges -
width of listview
can any one tell me how to increasr the width of column in list view in vb6 -
I dont want to use the default Scroll bar .I want to add new scroll bar from the toolbox .can u give me example for adding this... -
HSROLLBAR and VSCROLLBAR in vb6 for list view
Can any one give me example to use HSROLLBAR and VSCROLLBAR in vb6 for list view its urgent -
sort number field in list view vb6
hi
this the code for sorting list view can any one tell me why it does not sort serial number in vb6Code:With ListView1 .SortKey = ColumnHeader.Index - 1 .SortOrder = IIf((.SortOrder = lvwAscending), lvwDescending, lvwAscending) .Sorted = True End With
Its argent -
list view databound example in vb6
hi
can any one please tell me how to use list view databound in vb6 where we can do sorting .Can any one give example for this -
vb6 and Store procedure oracle return string example
hi
can any one tell me how to call a stored procedure from oracle where the stored procedure return one paramter as string -
VB to ORacle 9i problem in stored procedure
Hi
VB to ORacle 9i
Can any one help me to get record count in vb from a oracle stored procedure.I dont want put in loop to get the record count in oracle store procedure and return.In SQL when we used to call a function which excutes a query it used to return a record set using that we used to get record count but this does not happen in Oracle -
scroll bar problem argent
I have added horizontal and vertical scroll bar seperately for the grid not using default one.I have a problem with it .when i click at the arrow it works fine but when i click on the middle scroll thing it does not scroll properly.can u tell me what to do
example
this is the function i am calling when i scroll
...Code:Sub Grid_Scroll(GrindName As Object, ScrollName As Object, Max As Integer, Id As Integer)
Last edited by Killer42; Apr 26 '07, 08:04 AM. Reason: Please use [CODE]...[/CODE] tags around your code. -
convert number to text
hi
can any one tell do we have any function to convert number to text.For example 25 to be converted to twenty five in SQL -
create temporary table
hi
can any one give me a example to create temporary table in Stored procedure during run time and then delete the temporary table at the end of the stored procedure .its argent -
Convert the numbers into alphabet
do we have any function to convert the numbers into alphabet in vb 6.For example 25 to be converted to twenty Five.
Its urgent -
temporary tables
can any one please tell me how to create temporary tables in oracle 9i stored procedure i want to insert data for temporary -
Parameter Store procedure
hi
can any one tell me how to run the store procedure where one of its parmeter has OUT and when i execute i want to get the values .
Its argent reply. -
-
Cursor problem
this the example where i fetch data using cursor.I have to put in loop to get the total row count.can any one tell me is ther any way to get total row count with out putting in a loop.
Open cur_fetch;
fetch cur_fetch into v_langrec;
WHILE cur_fetch%FOUND
LOOP
DBMS_OUTPUT.PUT _LINE
('Just fetched record number ' ||
TO_CHAR (cur_fetch%ROWC OUNT));
... -
accessing oracle Stored Procedure
I want to know how to acess Oracle Stored Procedure OUTPUT Paramters in VB6 code .I want a example for this .
No activity results to display
Show More
Leave a comment: