Database Server
A database server is a computer program that provides database services to other computer programs or computers, as defined by the client-server model.
Language
Any
Platform
Any
License
Any
I want to send data for points and lines from Sybase to DotSpatial project using SpatiaLite.
ODBC connection between PowerBulder 11.5 Sybase SQL and SpatiaLite SQL works OK except for...
Yes, I agree with the answer bellow.
Hi
I'm starting to use delhi xe with mysql 5.5.
when i try to connect thru dbexpress from delphi to mysql 5.5 i get this error:
DBX Error: Driver could not be properly initialized. Client...
SELECT emp, salary, AVG(salary) OVER() "average salary" FROM empl;
We have combobox column in datagrid. I want to access combobox in CellEnter event of datagrid, based on colindex and rowindex I can get cell but how can I access combobox in that particular cell in...
Hi,
I have table like
emp salary
--- -------
emp1 10000
emp2 10000
emp3 11000
emp4 13000
emp5 15000
I want avg salary in a separate column like
emp salary AvgSalary
--- -------...
Hi
I have a couple of textboxes and I can't seem to update my database, I keep getting a data type mismatch in criteria expression. What does it mean and how do I make it work?
Thank you
Can anyone please help me understand this part of the code
unit lab5un;
interface
uses LAB5IO;
type MyRec= record
name1 : STR39;
name2 : STR39;
end;
type Myfiletype =...
Clear() in the TThread constructor after having TMemo created then all works fine!
Thanks for listening anyway. ;-)
Henk
There is plenty of software for data quality. To use both data quality and data integration software, I would recommend using Talend: there are both tools to use.
Both are free, open source and...
Hello,
Thanks for the help on the last question.
We have looked at several open source offers in the field of data integration. Now, we are wanting data quality software to complete our data...
I largest issue resides in the style sheets. No pun intended!
-Grahm
Excel Reports
okay here's my problem.
i currently developing a web page that caters free video and audio downloading, but my biggest problem right now, is about the database design. why? okay, since my page...
I am trying to build 2 transaction tables based on an array that I loaded from two other arrays, so that both tables will contain the same information. While loading the first table everything seems...
Some solutions exist to migrate data and contacts you can look at. It all depends on the type of software you would like to use.
You can work with proprietary software, expensive compared to...
Hello,
I am in the process of transferring data and contacts onto a Mysql database.
I have had some help and am trying to get a software solution.
So main features would be to migrate large...
i am making an application that must check before running the internet connection
i am using this code
try
{
req = (HttpWebRequest)WebRequest.Create("http://www...
Hello!
For example, i have a little function in dll:
void dll_func(){
char buf;
char* p = "qwerty";
strcpy(buf,p);
// or
GetLastError();
}
I call GetProcAddress("dll_func") and...
First off, I am not a developer so thanks for going easy on me. We are seeking someone to continue work on a multimedia kiosk project which requires working knowledge of Zinc. This is used to...
the task is a EPOS system and ive got it that the barcode number (PLU) is sent to access and im trying to return the values of the whole row which PLU code corresponds to it, but it wont work. the...