Connect to MS SQL Server database tutorial

timothyrmyers

New Member
Licensed User
Longtime User
I'm getting an error when I try to compile the downloaded code. I see a few others have encountered this error but have found no fixes. Any ideas to what I am missing?

Compiling code. Error
Error parsing program.
Error description: Undeclared variable 'httputils' is used before it was assigned any value.
Occurred on line: 13
HttpUtils.CallbackActivity = "Main"
 

NJDude

Expert
Licensed User
Longtime User
You are missing the HttpUtils code module.

Download it and then add it to your project (see attached picture).
 

Attachments

  • HttpUtils.JPG
    HttpUtils.JPG
    14.9 KB · Views: 455
Upvote 0
Top