ORACLE with jBASIC
- ironmaiden
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 83
- Thank you received: 0
17 years 10 months ago #1928
by ironmaiden
Hi Guys and Gals,
I am just wondering is it possible to run a ORACLE command on a jBASE program and retreive the data. If any ideas please share let us know...
NJOY LIFE TO THE FULLEST
ORACLE with jBASIC was created by ironmaiden
Hi Guys and Gals,
I am just wondering is it possible to run a ORACLE command on a jBASE program and retreive the data. If any ideas please share let us know...
NJOY LIFE TO THE FULLEST
Please Log in or Create an account to join the conversation.
- piraro
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
17 years 6 months ago #1929
by piraro
Replied by piraro on topic SQLSELECT
Hi,
Have you informed by the SQLSELECT command?
Try this command on jShell.
SQLSELECT * FROM FBNK.CUSTOMER
It will show all the data of customer file in tables & row format. or you can append WHERE,, EQ operand like ORACLE SQLPLUS.
Have you informed by the SQLSELECT command?
Try this command on jShell.
SQLSELECT * FROM FBNK.CUSTOMER
It will show all the data of customer file in tables & row format. or you can append WHERE,, EQ operand like ORACLE SQLPLUS.
Please Log in or Create an account to join the conversation.
- somboon
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
15 years 7 months ago #3962
by somboon
Replied by somboon on topic Re:ORACLE with jBASIC
Hi all,
I am a person who interest in Jbase and also about your topic for SQLSELECT command, if we need to make a statement of SQLSELECT for joining two tables the same as SQLPLUS of Oracle for example :
"SQLSELECT A.CUSTOMER.CODE,A.SHORT.NAME,B.ACCOUNT.NUMBER,B.ACCOUNT.TITLE.1
FROM FBNK.ACCOUNT B,FBNK.CUSTOMER A
WHERE A.CUSTOMER.CODE=B.CUSTOMER AND A.CUSTOMER ='100196'
"
but there is still an error appeared for this statement. And for my thinking about this, the column name "SHORT.NAME" does not recognize as column name because '.'.
Any one please help me about this.
thank you.
Somboon
I am a person who interest in Jbase and also about your topic for SQLSELECT command, if we need to make a statement of SQLSELECT for joining two tables the same as SQLPLUS of Oracle for example :
"SQLSELECT A.CUSTOMER.CODE,A.SHORT.NAME,B.ACCOUNT.NUMBER,B.ACCOUNT.TITLE.1
FROM FBNK.ACCOUNT B,FBNK.CUSTOMER A
WHERE A.CUSTOMER.CODE=B.CUSTOMER AND A.CUSTOMER ='100196'
"
but there is still an error appeared for this statement. And for my thinking about this, the column name "SHORT.NAME" does not recognize as column name because '.'.
Any one please help me about this.
thank you.
Somboon
Please Log in or Create an account to join the conversation.
- Lior
- Offline
- Premium Member
-
Less
More
- Posts: 115
- Thank you received: 1
15 years 7 months ago #3965
by Lior
Replied by Lior on topic Re:ORACLE with jBASIC
We (TIS Consultants) developed a data extraction tool for Banks using jBASE with Oracle.
The tool can extract data directly from Oracle very fast.
The tool can extract data directly from Oracle very fast.
Please Log in or Create an account to join the conversation.
- somboon
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
15 years 6 months ago #3994
by somboon
Replied by somboon on topic Re:ORACLE with jBASIC
Hi,
Could you guide me about your suggestions (instructions or any link to see more details) ?
Could you guide me about your suggestions (instructions or any link to see more details) ?
Please Log in or Create an account to join the conversation.
- digichart
- Offline
- New Member
-
Less
More
- Posts: 3
- Thank you received: 0
15 years 6 months ago #4199
by digichart
Replied by digichart on topic Re:ORACLE with jBASIC
try to replace dot to underscore, it should works.
Please Log in or Create an account to join the conversation.
Time to create page: 0.038 seconds