Guest_imported
New member
- Jan 1, 1970
- 0
I am working with SQL databases and have to register most of the information from users in a Memebership directory in another machine. However when I try this process in a vb function the Membership.GuidGen.1,fails if the function is not run from the actual memebership machine.
So I have to assign the guid manually like this and it works, but I am not sure if this can have problems.
objNewCustomer.put "GUID", 23 'Guid
Can somebody please help me out? Is there a way I can acces de Memebership objetc from a diferrent machine? or what dll would I have to install in the foreign machine?
So I have to assign the guid manually like this and it works, but I am not sure if this can have problems.
objNewCustomer.put "GUID", 23 'Guid
Can somebody please help me out? Is there a way I can acces de Memebership objetc from a diferrent machine? or what dll would I have to install in the foreign machine?