Hello.
Is it possible to check count of field separators in ActiveX Transformation Script?
I have pipe delimited file that I need to load in a sql table. The problem is that if some row in the middle of the file has less pipes, file is still loaded but data goes to the wrong destination columns...
Hello.
I’m a newbie in BO Enterprise.
Product: Business Objects XI Release 2.
I have a problem to figure out Logon page behavior after session was timed out.
Logon page appears inside of the Workspace panel when session timeout happens and user clicks somewhere in Header or Workspace panels.
It...
Guys,
I'm having a problem trying to populate datatable in dataset with output parameters that return by sql proc.
No errors, just dataset have no tables...
sql proc:
create procedure p_temp
@CODE varchar(4),
@FIRST_NAME varchar (20) output
as
select @FIRST_NAME = 'myName'...
Hi!
Is there a way in C# to convert an array to a string without looping through it?
arItems[0] = "A";
arItems[1] = "B";
and string sItems should be "A, B".
Thanks
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.