On Mon, May 5, 2008 at 3:20 PM, Vince Teachout <[EMAIL PROTECTED]> wrote: > <used wrong address - sorry if duplicate> > > I have a vendor questionnaire that I need to fill out and return today, > and it deals with SQL Server named instances, which I know nothing about. > > I'm in the process of googling madly, but given that we're running > vfp9, using ODBC to a SQL2005 back end, does anyone know what the answer > to these two questions is LIKELY to be for VFP apps in general? Thanks.
My experience is limited in this area but as far as I can tell the only difference with a named instance is in the server name. Instead of 'MyServer' you use 'MyServer/Instance' in the connection string. You can easily test this yourself by installing SQL to a named instance on your PC (or use SQL Express which by default installs a named instance). -- Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://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.

