Hi
I'm using an image for the header of a datagrid, combined with the SortExpression functionality, this works fine, however, the image appears with a border.
Does anyone know how to get rid of the border???
I've tried applying settings in the CSS but no luck.
Any help is a bonus!!!
No - I'm not using ODBC i'm using direct connection to the database through ADO.
i think it's something to do with the size of the buffer, i need to extend the size of the buffers - but i dont know how to.
Any more suggestions?
Anybody know why I'm getting this Error message?
ORA-01026 Multiple Buffers > 4000 in Bind List
Tech stuff -
Accessing Oracle 8i from VB6 via ADO
Thanks in advance
Has anyone got any examples on how to implement RDS.
I need a way to access a database (Access) thats located on the internet by means of a visual basic application running on a client machine.
any help is greatful...
i've tried the Select for update statement without success,
SELECT * From myQueries where QueryNo = 5 FOR UPDATE
I get an error:-
ORA-01002: Fetch out of sequence
any suggestions?
i've tried the Select for update statement without success,
SELECT * From myQueries where QueryNo = '5' FOR UPDATE
I get an error:-
ORA-01002: Fetch out of sequence
any suggestions?
HELP!
I need to know if Pessimistic locking is possible in Oracle, and if so how do you implement it???
Reason being is I need to implement record locking in to multi-user environment, so that when a user has a record open - no other user can access it until the user has 'moved' away from the...
HELP!
I need to know if Pessimistic locking is possible in Oracle, and if so how do you implement it???
Reason being is I need to implement record locking in to multi-user environment, so that when a user has a record open - no other user can access it until the user has 'moved' away from the...
i'm wanting to execute a query in access to bring back certain records based upon a parameter called category which is a numeric value.
ie. passing 500015 - brings back all records with a category of disks.
I'm passing the parameter though VB's Data Environment, this all works fine until you...
Anyone help?
This is probably an easy one...
Question:
How do you align a cells text in word using VBA?
i've tried :-
objtable.rows(1).alignment = wdAlignRowRight
doesn't seem to work.
Any ideas???
thanks in advance...
HELP!!! I need to calculate two fields together in a SP bearing in mind that the formula's could get v.big!
Simple Example of the problem...
CREATE PROCEDURE myproc AS
SELECT
f1,
f2,
f1+f2 as f3,
f3+f1 as f4
FROM t1
GO
I need to add together f3 and f1 to equate f4
Please Help!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.