On Fri, 3 Jul 2009 21:15:31 +0530 Rajnish wrote: DR> Here is the code snippet, which I tried to played around to create at least one default row. But after compilation and make I didn't see any default row is created.
The 'default row' just provides data values for new rows that are created without all columns specified. It doesn't actually create a row in the table. You need to actually create a row, and you have that code commented out. ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/blackberry _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
