Icon View Thread

The following is the text of the current message along with any replies.
Messages 11 to 20 of 23 total
Thread Returning a value from a stored procedure in an external module.
Mon, Jul 21 2014 10:10 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Abdulaziz


Reviewing the posts so far I find

<<
if UpperCase(RoutineName) = UpperCase('GetServerSerialNumber') then begin
  ParamValues.FindByName('Result').AsString := GetDiskSerialNumber_Win7(ParamValues.FindByName('iLengthToReturn').AsInteger);
end;
>>

and

<<
function GetDiskSerialNo : string;
begin
        Result := GetWMIString('Win32_PhysicalMedia', 'SerialNumber');
end;
>>

It seems as though you are talking about two different functions with different parameters

Roy Lambert
Mon, Jul 21 2014 7:42 PMPermanent Link

Abdulaziz Al-Jasser

Roy Lambert wrote:

<<It seems as though you are talking about two different functions with different parameters>>

Thanks Roy, but I was giving an example only.  Please drop me an email (jassera@yahoo.com) and I will send you the external module project so you can test it your self.  You can test it using EDBManger.

Regards,
Abdulaziz Jasser
Tue, Jul 22 2014 3:08 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Abdulaziz


Just use the email I use on these newsgroups

Roy Lambert



Tue, Jul 22 2014 6:09 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Abdulaziz


Or better than emailing it to me post it to the binaries so that others can join in to help.

Roy Lambert
Tue, Jul 22 2014 9:14 AMPermanent Link

Abdulaziz Al-Jasser

Roy,

Please find a light version of external module.  You can test it using EDBManager.
 
Regards,
Abdulaziz Jasser



Attachments: SawamiEM.rar
Tue, Jul 22 2014 10:40 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Abdulaziz


Works fine here.

Roy Lambert
Tue, Jul 22 2014 10:54 AMPermanent Link

Abdulaziz Al-Jasser

Roy Lambert wrote:

<<Works fine here.>>


Huummmmm!!!!!????  What could be the reason for not working here on my pc?

Regards,
Abdulaziz Jasser
Tue, Jul 22 2014 11:19 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Abdulaziz


>Huummmmm!!!!!???? What could be the reason for not working here on my pc?

Database defined as ANSI when it should be Unicode or vice versa
Installing a 64 bit dll into a 32 bit process
Windows 8 just being itself
None of the above

At this point I suggest you open a support session with Tim. At least he should be able to replicate your environment.


Roy
Tue, Jul 22 2014 2:21 PMPermanent Link

Abdulaziz Al-Jasser

Tim,

Can we have some help?


Regards,
Abdulaziz Jasser
Wed, Jul 23 2014 4:11 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Abdulaziz


If you have a paid up subscription you can go to the web site and register a support request there. Tim isn't visiting these ngs much right now (I think he's busy developing away like mad)

Roy Lambert
« Previous PagePage 2 of 3Next Page »
Jump to Page:  1 2 3
Image