The EntitySpaces Community

Share and learn about the EntitySpaces Architecture.
Welcome to The EntitySpaces Community Sign in | Join | Help
in
Home Forums Photos

Browse by Tags

All Tags » record
  • Re: How do I check an Entity to see if a record has been added?

    Well let me give some more info. I have a file that looks like this HL*20*1   'Indicates a new Claims loopNM1*CLINT*EASTWOODN3*2112 LONESOME DOVE RDN4*AUSTIN*TEXAS*42123HL*20*2NM1*TOM*JONESN3*123 SOMEROADN4*LAS VEGAS*NEVADA*42123 So I have code that puts each line into an array and then run thru each line in the array and each line in ...
    Posted to General (Forum) by PAPutzback on May 25, 2007
  • How do I check an Entity to see if a record has been added?

    I am using VB code to loop thru a text file. In the beginning of the read in process I create an entity for a Employee. As I read thru the file I might come across an employe or not if I do I use the .addnew method and then set some properties. but if I get to the end of the file and run a employee.save it will error off if I did not have an ...
    Posted to General (Forum) by PAPutzback on May 24, 2007