Hi
i am firebird user and newbie in postgresql
the first problem od me is how set path od database file in create database (pg 8.3) ?
also when i have multiple database in one server (and different db path) how access each and set each database file ?
can show me command do it ?
also how...
i have some probelm with use procedural from one object interface :
unit Unit2;
interface
uses
Windows, Messages, SysUtils,Classes, Controls, Forms,Dialogs;
type
TDoProcedure = procedure(const FldName : string) of object;
IOneInterface = interface(IInterface) //universal way for...
Hi
I add one set of tactiondataset (first, last ....) to actionlist
but when set datasource and run appliction all ontrol use
action is inactive ...
i try use one dbnavigator work true then db work ..
it have bug ?
Hi ALL
i must show below data of two table ..
Table 1 have this column : id, Comment , price, color
for ex. have this data : 1 wood 100 red
2 glass 200 brown
...
and
Table 2 have this column : id, price, Salenumber , color...
Hi All
I need have one manufacture Table
With this field
1. Code
2. Price
3. Type
3. TypeDivision
Type data is (lookup for type)
ID class
ClassB
ClassA
ClassC
And have in TypeDivision must with below data table
ID ClassA ClassB ClassC
1. red...
for example :
i have one table with one field A
A
2
5
0
10
i need get below responce from SELECT :
A B
2 2
5 7
0 7
10 10
this mean i need :
B0 = A0
B1 = A0 + A1
B2 = A0 + A1 + A2
AND ....
HOW DO IT WITH SQL ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.