Menu

#34 Data only be inserted into fixed database

open
nobody
None
5
2011-12-20
2011-12-20
Jira Trac
No

Test Build:CUBRID 2008 R4.0 (8.4.0.2019) (64bit release build for linux_gnu)
OS: Linux 64
Description: Data only be inserted into fixed database

Repro Steps:
1. perl simple_connect_1.pl (Data was inserted into pl_db in simple_connect_1.pl )

Actual Results:
[perl@NC-XQA-DEV09 perl_test]$ csql -udba pl_db

CUBRID SQL Interpreter

Type `;help' for help messages.

csql show tables;

=== Result of SELECT Command in Line 1 ===

There are no results.

0 rows selected.

Current transaction has been committed.

1 command(s) successfully processed.
csql

[perl@NC-XQA-DEV09 perl_test]$ perl simple_connect_1.pl
[perl@NC-XQA-DEV09 perl_test]$ csql -udba demodb

CUBRID SQL Interpreter

Type `;help' for help messages.

csql show tables;

=== Result of SELECT Command in Line 1 ===

Tables_in_demodb

'athlete'
'code'
'event'
'game'
'history'
'nation'
'olympic'
'participant'
'record'
'stadium'
'tdb'

11 rows selected.

Current transaction has been committed.

1 command(s) successfully processed.
csql

Expect Result:
Data was inserted into demodb

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.