Skip to content

Commit

Permalink
DBZ-4999 fixing Informix tutorial example
Browse files Browse the repository at this point in the history
  • Loading branch information
nrkljo authored and jpechane committed Nov 2, 2023
1 parent 379953d commit 3e37e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tutorial/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ docker-compose -f docker-compose-ifx.yaml exec kafka /kafka/bin/kafka-console-co
--property print.key=true \
--topic ifxserver.informix.customers
# Modify records in the database via DB2 client
docker-compose -f docker-compose-ifx.yaml exec ifxserver bash -c 'dbaccess informix -'
# Modify records in the database via dbaccess client
docker-compose -f docker-compose-ifx.yaml exec ifxserver bash -cl 'dbaccess sysuser -'
INSERT INTO informix.customers(first_name, last_name, email) VALUES ('John', 'Doe', '[email protected]');
Expand Down

0 comments on commit 3e37e85

Please sign in to comment.