I have this Code:
'when I fill my OraDset for the firts time its empty 0 rows
'My MySql DataSet has 408 rows
OleORAAdapt.AcceptChangesDuringFill = True
OleORAAdapt.Fill(OraDset, "GDDATA_MYSQL")
'Here I try to pass my Data from MySQL to ORA Dataset
'I'd already wrote my InsertCommand...
When I Build in my ASP.NET appl
I got this error
The dependency 'CrystalDecisions.Enterprise.Desktop.Report' could not be found.
Can some body help me with this issue.
Thxs
Alexander
Check this table "v$open_cursor" . (but you must be have a permision to read)
select a.SID ,a.PROGRAM ,USERNAME, OSUSER, LOGON_TIME , machine ,STATUS, program , SQL_TEXT ,
-- ( to_char(round(last_call_et/1440,2)) ) last_call_HH ,
MIN_TO_HH24MI( TXTOMINUTE( to_char(round(last_call_et/1440,2))...
Can you tell what problem you have using DTS.
For me the DTS works really nice.
Which type of OLE DB are you using, ORACLE OLE DB or MSORA.
Cheers
sahernandez
I guest that I fix the problem,
I change my ORA_OLDB by a MSORA connection.
I don't know why the ORA_OLDB connection give this problem, but I will try to read or search it.
Cheers
Sahernandez
Hi, I have a big problem,
I have One VB appl program running over in XP and Win2K.
select cOUNt(*) , osuser , MACHINE , PROGRAM , TERMINAL
from V$SESSION
where schemaname = 'OPERACIONES'
group by osuser , MACHINE , PROGRAM , TERMINAL
order by count(*) desc , osuser , TERMINAL;
My...
Yes I already did it.
I have a Bundled Version of CR9 and VS .NET 2002.
And I added this merge module:
Database_Access.msm
Database_Access_enu.msm
Managed.msm
RegWiz.msm
VC_CRT.msm
VC_STL.msm
But the point is, for XP run fine only in Win2k I found some problems
Cheers
Dim myRow As DataRow
For Each myRow In OraTb_Main.Rows
Dato_TXT &= LTrim(Join(myRow.ItemArray),ControlChars.Tab)) & ControlChars.NewLine
Next
Response.Clear()
Response.ContentType = "text/plain"
Response.ContentEncoding = System.Text.Encoding.ASCII
Response.Write(Dato_TXT)
Hi, I have some program to load CR9 (crystal report 9), when a Running this programs in a WinXP pc there is not problem, but when I run this program in a Win2k pc, I got
this error
System.NullReferenceException: Object reference not set to an instance of an object.
at...
I try to use my Reports on a client machine user (doesn't have a Visual Studio .NET) and I got this error
************** Exception Text **************
System.IO.FileNotFoundException: File or assembly name CrystalDecisions.Windows.Forms, or one of its dependencies, was not found.
When I use...
Thxs Link9.
But I guess there is another way to do, cause I don't want to loop this for each column.
I know that put the information from DataTable into Array or ArrayList,and then use Join function I can avoid to loop for each column, but I don't know how to use it
Thxs again Link9
Anybody know how can I do this,
I have a DataTeble("Table") and this table have
Field1 Field2 Field3
A B C
D E F
I want to transform this table to TXT , separate by comma or by TAB
A,B,C
D,E,F
OR
A B C
D E F
anybody know how can I do that, I have to save this into...
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.