Like I said, SQL Server 2008 Express R2
I am not querying the database. I am simply sending a cursor from one
form to another using xmladapter
Not even connecting to the database
Rafael
El 04/03/2015 a las 19:23, Stephen Russell escibió:
On Wed, Mar 4, 2015 at 4:12 PM, Rafael Copquin <[email protected]>
wrote:
What line has the actual error? Is it happening on the same machine that
the
XML is being created?
Yes, it happens in the same machine. You see, since I always use private
data session forms, when I pass a cursor from one to the other I use
XMLAdapter. It is the perfect way to do it, since there is no need to save
the cursor in the disk from the calling form and then lifting it in the
called form. The xml variable is passed directly from the first form to the
second and the latter transforms the xml received into the original cursor.
I can pass a cursor back and forth in this manner and never have any
issues.
But this network is giving me trouble from the start. The first problem I
had was with the sql driver (SQL Server Native Client 10.0) which I
downloaded from the MS site and installed it in the Home Basic machines,
othewise the ODBC connection gave me saving errors.
Now I get this error again, even though the Native client 10.0 is
installed.
----------------
What version of SQL Express is running? 2008 client 10, 2012 client 12,
2014 ?? have no experience with Sql 2014.
You could query the database to return XML output an not have to screw with
an adapter.
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.