 |
ช่วยดูที่ครับ connect Database ไม่ได้อ่ะครับ ไม่รู้ว่าผิดตรงไหน |
|
 |
|
|
 |
 |
|
mysql server หรือ
mysql หรือ
access
|
 |
 |
 |
 |
Date :
2013-01-03 10:35:07 |
By :
compiak |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
Code (PHP)
<?php
// Microsoft SQL Server using the SQL Native Client 10.0 ODBC Driver - allows connection to SQL 7, 2000, 2005 and 2008
$connection = odbc_connect("Driver={SQL Server Native Client 10.0};Server=$server;Database=$database;", $user, $password);
// Microsoft Access
$connection = odbc_connect("Driver={Microsoft Access Driver (*.mdb)};Dbq=$mdbFilename", $user, $password);
// Microsoft Excel
$excelFile = realpath('C:/ExcelData.xls');
$excelDir = dirname($excelFile);
$connection = odbc_connect("Driver={Microsoft Excel Driver (*.xls)};DriverId=790;Dbq=$excelFile;DefaultDir=$excelDir" , '', '');
?>
ลองเปลี่ยน Driver ดูหน่อยครับ
|
 |
 |
 |
 |
Date :
2013-01-03 10:42:21 |
By :
mr.win |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
แก้ยังไงดีค่ะ รบกวนผู้รู้ช่วยทีค่ะ
Warning: Invalid argument supplied for foreach() in C:\AppServ\www\supplierdata\login_check.php on line 20
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\supplierdata\login_check.php:20) in C:\AppServ\www\supplierdata\login_check.php on line 33

|
 |
 |
 |
 |
Date :
2018-11-13 13:14:28 |
By :
waen waen |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
|
|