Hi,
I have a function written in the Oracle database that I'm using in my MS access application. How can I make a call to this function using VBA?
Thanks very much!!!
Hi,
I have a form where I'm trying to update a field (field2) using the data from another field (field1). Both the data fields have been created as unbound data fields in the form. What I would like to do is, use the 1st character from field1, which is a drop down box and update field2 with it...
Hi I am trying to convert a pl/sql query in MS ACCESS query.
SELECT student_name FROm student s WHERE EXISTS (SELECT * FROM math_club m
WHERE m.student_id = s.student_id)
NOw How do I write this in MS Access?
Please Help
Thanks
I have following query (Table and Column names are changed) .
It takes hours to run. Please help to Improve performence.
SELECT [k].[ID],
[k].[PROGRAM],
[k].[STATE],
[k].[QUARTER],
[k].[NDC],
[k].[NDC_DC]...
Hi :
I have an issue of performence in one my oracle pl/sql procedure.
This procedure gets data from oracle view and compares it with existing table.
Depapnding on the comparision , it writes results to an un indexed table.
The volume of data is very high and procedure takes hours to run In...
I am having trouble in installing oracle 9i on XP op. sys.
It is getting installed but I do not know , what are the steps to configure the server.
Please help.
Thanks
GYS
Begin
IF nvl(mv_xyz_id,'A') = 'A' then
if (nvl(mv_rec.sec_b_id,'B') <> 'B') and (mv_rec.sec_b_id_type = 'XYZ') then
m_b_end_date_2 := to_char(sysdate-1,'YYYYMMDD');
end if...
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.