MySQL Server
Please tell me how I can make config.php writable and how I can change "mysql_query(): supplied argument is not a valid MySQL-Link resource in /home/dbss/domains/dbss.kuheo.com/public_html/install/db_ctrl.php on line 185" ?<?php
if (eregi("db_ctrl.php",$_SERVER['PHP_SELF'])) {
die();
}
/*
sql_connect($host, $user, $password, $db)
sql_logout($id)
sql_query($query, $id)
sql_num_rows($res)
sql_fetch_row(&$res, $nr=0)
sql_fetch_object(&$res, $nr=0)
sql_free_result($res)
- 1658 views
- 2 answers
- 1 votes
Hi dear,
Receiving Error of Microsoft SQL Server Management Studio. Error appearing states, Restore failed. I don’t know what this is. Please tell me. I am trying to reinstall it but the same problem occurs again.
Error Snap shot:
Microsoft SQL Server Management Studio
Restore failed for Server ‘DIS-SERVER-FILE’. (Microsoft.SqlServer.Smo)
Additional Information:
System.Data.SqlClient.SqlError: The media set has 2 media families but only 1 are provided. All
members must be provided. (Microsoft.SqlServer.Smo)
- 1565 views
- 1 answers
- 0 votes
Is there any STANDARD query about PHP connecting through SQL.
I've done a lot of research but the web was too genius and gave me tons of answer , where I can't test them all . It's a waste of time. So I came here to ask a Question Directly .
I repeat, is there any STANDARD query about PHP connecting through SQL.
connection = mysql_connect($host,$user,$password)
or die("Could not connect: ".mysql_error());
mysql_select_db($database,$connection) or die("Error in selecting the database:".mysql_error());
Please specify the errors that I committed.
Thanks.
- 936 views
- 1 answers
- 0 votes
Hi dear,
Please provide me its solution. I am using PL/SQL Developer and receiving given error.
PL/SQL Developer
Initialization error
Could not initialize “C:appAdministratorproduct11.2.0dbhomeoci.dll”
Make sure you have the 32 bits Oracle Client installed.
Oracle HomeKey:
OracleHomeDir: C: appAdministratorproduct11.2.0dbhome_1
Found: oci.dll
Using: C: appAdministratorproduct11.2.0dbhome_1binoci.dll
LoadLibrary(C: appAdministratorproduct11.2.0dbhome_1binoci.dll) returned 0
OK
Thanks in advance.
- 4671 views
- 2 answers
- 1 votes
I create a report using PHP. I use MySQL database here.
But now I want to generate a PDF report from it. I have no idea how to create the PDF report.
How can I make that PDF?
Exactly I want a PDF report from MySQL data.
- 2195 views
- 2 answers
- 0 votes
I am trying to create a MySql database. I've been encountering this issue which is beyond my knowledge. I'm new to MySql and this is my first attempt in creating a database. The error I've been encountering is written below. Please help me with this problem.
Error: 1007 SQLSTATE: HY000 (ER_DB_CREATE_EXISTS)
Message: Can't create database '%s'; database exists
- 1990 views
- 3 answers
- 0 votes
Hi!
I need your help. I am unable to install SQL SERVER 2005 on my PC. I have WINDOWS 7 in my computer. Can you refer me any software which can be compatible with my windows and also I may run SQL 2005 on my PC EFFICIENTLY? Because right now I have SQL server but it runs with many errors. And even sometimes it creates problem while connecting the PC with database.
- 1566 views
- 3 answers
- 0 votes
Hey techyv experts,
I am new to SQL and trying to learn everything about it. When I was trying to generate SQL Statements using the SQL Builder and selected two join columns, I encountered this error message:
Incompatible Types
IWAQ0004W Join types not compatible
The type of column DEPTNO is CHAR
The type of column SALARY is DECIMAL
- 1512 views
- 2 answers
- 0 votes
How to select distinct files from database using SQL statement?
- 957 views
- 2 answers
- 0 votes
Hello,
I'm Tracy Ann, I would like to know, is there any method to reduce the time taken for Backups on SQL Server. I have tried using few software to reduce the time, some work effectively but not for all type of files. Can you let me know if there is any way the backup time can be reduced?
- 1018 views
- 1 answers
- 0 votes