Why don't you just use the same C# data access code via COM-Interop
from VB6?
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to nhus...@googlegroups.com.
To unsubscribe from this group, send email to
nhusers+unsubs
I know that there's no difference in .net, but I wanted to make sure
there's no difference in NH as well.
Thank you guys!
--
You received this message because you are subscribed to the Google Groups
"nhusers" group.
To post to this group, send email to nhus...@googlegroups.com.
To unsubscribe f
When I write classes and mappings that contain Integer values, what
data types should I use?
short, int and long?
Or System.Int16, System.Int32 and System.Int64 ?
Does it make any difference which of these variants I use?
I've seen examples with both of them.
public virtual Int32 Foo
...
or