SV: .net provider from Raining Data

2004-04-28 Thread Björn Eklund
Tony,
the problem is that there is very little activty in that forum and there has
been no answer from Raining Data support either. 

/Björn Eklund

-Ursprungligt meddelande-
Från: Tony Gravagno [mailto:[EMAIL PROTECTED]
Skickat: den 28 april 2004 00:02
Till: 'U2 Users Discussion List'
Ämne: RE: .net provider from Raining Data


Björn, I recommend bringing your PDP.NET questions on proper usage to the
Raining Data Web Forum, and bugs to Raining Data Support.  They should
answer questions like this quickly.  I'm concerned that your students have
found problems and then worked around them rather than reporting them.
Problems should be reported to the vendor or they will never be fixed and
people will forever be talking about that damned bug that never got fixed.
This goes for all products including the DBMS software we use.  Students
should learn that this is the way things are supposed to work rather than
trying to prove how smart they are by coming up with workarounds.  In the
long run a workaround costs money and is more difficult to maintain in the
future.  When problems aren't fixed they cost ALL users of the product time
and money, and prompts discussions of migration, which drives up costs for
everyone and drives our market into the ground even further.  Take advantage
of your support contract, get bugs fixed, we all benefit.
http://forums.rainingdata.com/

Good Luck,
Tony
Nebula RD

we have students working for us on a project evaluating 
Raining Data's .net provider. They have had a lot of problems 
and some of them we have found workarounds for. Now they try 
to update a file but it doesen't seem to work. Anyone with 
knowledge of this product who could help us with this issue?

-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users
--
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users


.net provider from Raining Data

2004-04-27 Thread Björn Eklund
Hi,
we have students working for us on a project evaluating Raining Data's .net
provider. They have had a lot of problems and some of them we have found
workarounds for. Now they try to update a file but it doesen't seem to work.
Anyone with knowledge of this product who could help us with this issue?

We have some problem with saving a record to the uniData server. 
we try to write a record to the table see code snippet
-
connection cn;
openconnection(cn);
...
cn.getDatabase().getTable(Tablename).Write(record.getField(@ID).getValue
(),record.ToString());
-
The code does not work as expected. The call returns true but the cn seams
to be destroyed after this line and nothing is written to the database.

Are we using this method wrong? 
Are there any other ways to uppdate a table in the database?
-- 
u2-users mailing list
[EMAIL PROTECTED]
http://www.oliver.com/mailman/listinfo/u2-users