Re: Requery "Too Soon"? ... "The database has been placed in a state by user ... then the Requery will return the just ... MsgBox appears, I get an empty subform, i.e., I do ... I'll try inserting a DoEvents or two. ... (microsoft.public.access.formscoding)
Re: SQLCE performance from .NET CF v2.0 ... Please remember when bulk inserting is being executed against SQL CE, ... > local database functionality.... > database technology and I am considering switching to SQLCE at the same ... > execute the prepared statement again. ... (microsoft.public.dotnet.framework.compactframework)
Re: Formatting an inserted database field ... stop inserting unnecessary and unwanted Carriage Returns. ...DATABASE fields at some point which does cause an unhelpful extra ... When viewing the document without Show/Hide formatting selected (and ... (microsoft.public.word.mailmerge.fields)
Re: Transforming ascii file (pseduo database) into proper database ... contained therein so that it can be inserted into an existing database.... So I iterate over the file maintaining a list of calls for the given phonenumber, and when the phonenumber changes, I deal with the previous cache of data, then re-initialize with the new phone's data. ... create a temp DB, skim through the file inserting all your data into a table in this DB, then use DB functionality on it ... (comp.lang.python)