search for: connectionstring

Displaying 7 results from an estimated 7 matches for "connectionstring".

2005 Sep 21
0
HOWTO: A simple AGI application to modify incomi ng CallerID on the fly using SQL Server and *not* UnixODBC
...g PHP script to your taste. Ensure your PHP.ini in /etc has error and warning suppression ON or else the AGI will return invalid characters: #!/usr/bin/php -q <?php class ODBCSocketServer { var $sHostName; //name of the host to connect to var $nPort; //port to connect to var $sConnectionString; //connection string to use //function to parse the SQL function ExecSQL($sSQL) { $fToOpen = fsockopen($this->sHostName, $this->nPort, &$errno, &$errstr, 30); if (!$fToOpen) { //contruct error string to return $sReturn = "<?xml...
2005 Sep 22
0
AGI Script to interact with ACCESS Databse a nd Set CID info on the fly.
...PHP script to your taste. Ensure your PHP.ini in /etc has error and warning suppression ON or else the AGI will return invalid characters: #!/usr/bin/php -q <?php class ODBCSocketServer { var $sHostName; //name of the host to connect to var $nPort; //port to connect to var $sConnectionString; //connection string to use //function to parse the SQL function ExecSQL($sSQL) { $fToOpen = fsockopen($this->sHostName, $this->nPort, &$errno, &$errstr, 30); if (!$fToOpen) { //contruct error string to return $sReturn = "<?xml...
2009 Feb 20
2
OLEDB not work !
Hi everybody I have a program , it work good under window98 / 2000 /xp . It use oledb (client supported by mdac2.7 or later version) direct link MS SQL Server 2000 . with wine it do not work. I set up mdac 2.8 sp1 , no change by google , i found too many program can not work (oledb not support) can anybody help me ?
2011 Mar 11
4
The Geeks Toy (soft for Betfair)
...all, I'm trying to run Geeks Toy (http://www.geekstoy.com/) but get an error Code: [aeo at localhost AGT Pro]$ ./AGT\ Pro.exe fixme:mscoree:ConfigFileHandler_startElement Unknown element L"configSections" in state 1 fixme:mscoree:ConfigFileHandler_startElement Unknown element L"connectionStrings" in state 1 fixme:mscoree:ConfigFileHandler_startElement Unknown element L"add" in state 3 fixme:mscoree:ConfigFileHandler_startElement Unknown element L"system.net" in state 1 fixme:mscoree:ConfigFileHandler_startElement Unknown element L"connectionManagement" i...
2016 May 03
9
[Bug 95251] New: vdpau decoder capabilities: not supported
https://bugs.freedesktop.org/show_bug.cgi?id=95251 Bug ID: 95251 Summary: vdpau decoder capabilities: not supported Product: Mesa Version: 11.2 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
2020 Feb 02
0
Wine release 5.1
...Add directmanipulation.idl. include: Add _Inout_updates_bytes_opt_ define. include: Add remaining DBPROPSET_* GUID's. include: Add enum DBPROPFLAGSENUM. msado15: Implement _Recordset get_CursorLocation and put_CursorLocation. msado15: Implement _Connection get/put ConnectionString. d3dx9/tests: Add some tests for ID3DXFont_DrawText(). include: Add xact3wb.h. Andrew Eikum (6): winebus.sys: Don't return too early if SDL initialization succeeds. dinput: Fix V/A/FSlider dwOfs values in c_dfDIJoystick2. dinput: Add missing ASPECT flags for c_dfD...
2006 Jan 05
40
RoR sucks, and heres why...
Well now that I got your attention.... Why RoR sucks: 1. It''s smarter than me. Just when I think I''ll have to do some mundane thing (like I use to in PHP or ASP), I find out RoR does it already for me. 2. It takes about half or less code to put my stuff together in RoR than it did in PHP, ASP, ASP.NET, etc. It seems so unnatural that I can have a method with only 4 lines