1

i couldn't find an simple hello world program that inserts data into hypertable database ... and for retrieving too....can any one explain with an simple example??

skaffman
  • 398,947
  • 96
  • 818
  • 769
raagavan
  • 951
  • 3
  • 12
  • 16

1 Answers1

1

http://code.google.com/p/hypertable/wiki/ArchitecturalOverview#C++_Client_API has two examples: one to insert records and one to retrieve them.

John Zwinck
  • 239,568
  • 38
  • 324
  • 436