Not Sure Which Package has mssql_connect.

2010-09-29 Thread Martin McCormick
I just upgraded a system from FreeBSD6.3 to 8.1 and only have 2 loose ends so far. One is that I discovered some of my C code needs a little touching up to continue to work right and the other is that we have an application on our system that uses freetds and makes mysql queries and

Re: Not Sure Which Package has mssql_connect.

2010-09-29 Thread Glen Barber
Hi Martin, On 9/29/10 10:21 AM, Martin McCormick wrote: I just upgraded a system from FreeBSD6.3 to 8.1 and only have 2 loose ends so far. One is that I discovered some of my C code needs a little touching up to continue to work right and the other is that we have an application on

Re: Not Sure Which Package has mssql_connect.

2010-09-29 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin McCormick wrote: I just upgraded a system from FreeBSD6.3 to 8.1 and only have 2 loose ends so far. One is that I discovered some of my C code needs a little touching up to continue to work right and the other is that we have an

Re: Not Sure Which Package has mssql_connect.

2010-09-29 Thread Martin McCormick
Glen Barber writes: Are you sure mssql_connect() isn't a typo? The rest of your email states mysql_connect(). Wow! I've been doing too much of this this week. It's actually the other way around. The problem is with mssql_connect and my references to mysql were based on a bit of

Re: Not Sure Which Package has mssql_connect.

2010-09-29 Thread Martin McCormick
Greg Larkin writes: You referred to C code at the top of your message, That was actually incidental. I was thinking about what had happened when I transplanted some home-grown C code in to 8.1 and had to clean up some of my lazy habits to make it work again. So far, nothing I haven't been able