|
Pervasive gateway connection error
#please
Hello, Thanks for the reply. I was able to sort it out by setting the number of connections to an explicit high value (e.g. 9999) because by default it is set to zero which means minimum connection (3
Hello, Thanks for the reply. I was able to sort it out by setting the number of connections to an explicit high value (e.g. 9999) because by default it is set to zero which means minimum connection (3
|
By
Lei Salcedo
· #191162
·
|
|
Pervasive gateway connection error
#please
Hi Lei, Open Options upper Magic menu , then choose Setting , then DBMS . Select a line for Pervasive gateway and press Ctrl-P or Alt-Enter , depending on version. There is a setting for Max Number of
Hi Lei, Open Options upper Magic menu , then choose Setting , then DBMS . Select a line for Pervasive gateway and press Ctrl-P or Alt-Enter , depending on version. There is a setting for Max Number of
|
By
przemm@...
· #191128
·
|
|
Pervasive gateway connection error
#please
Hello Friends, Does anyone of you know what’s the reason of this Database Error? [Max connections] 0 Pervasive Gateway: No more con This happens everytime I run a program with a Direct SQL as it’s Mai
Hello Friends, Does anyone of you know what’s the reason of this Database Error? [Max connections] 0 Pervasive Gateway: No more con This happens everytime I run a program with a Direct SQL as it’s Mai
|
By
Lei Salcedo
· #191096
·
|
|
How can i get MAC Address at run time in Magic XPA 3.0 or Above
#ria
#please
Thank
By
Madhav saran
· #187375
·
|
|
How can i get MAC Address at run time in Magic XPA 3.0 or Above
#ria
#please
Hi Saran, You could use a .Net snippet. Take a look at this page for a way to do it in c# https://stackoverflow.com/questions/850650/reliable-method-to-get-machines-mac-address-in-c-sharp Govert Van:
Hi Saran, You could use a .Net snippet. Take a look at this page for a way to do it in c# https://stackoverflow.com/questions/850650/reliable-method-to-get-machines-mac-address-in-c-sharp Govert Van:
|
By
Govert Schipper
· #187351
·
|
|
How can i get MAC Address at run time in Magic XPA 3.0 or Above
#ria
#please
hai i want to know how can i get System MAC Address in Magic XPA 3.0 or above Please help me
hai i want to know how can i get System MAC Address in Magic XPA 3.0 or above Please help me
|
By
Madhav saran
· #187350
·
|
|
Creation of .exe file in RIA
#please
#chat
#temp
#ria
Why would you want to create an .exe ? There's possibilities to create an .exe from any Magic application but why would you do this ? In Java or .NET you do not either. If its a RIA application and yo
Why would you want to create an .exe ? There's possibilities to create an .exe from any Magic application but why would you do this ? In Java or .NET you do not either. If its a RIA application and yo
|
By
Andreas Sedlmeier
· #186728
·
|
|
Creation of .exe file in RIA
#please
#chat
#temp
#ria
so , you say that ,there is no any option to create .exe file with magic.Right!
so , you say that ,there is no any option to create .exe file with magic.Right!
|
By
Vikash
· #186726
·
|
|
Creation of .exe file in RIA
#please
#chat
#temp
#ria
Like all Magic deployments, RIA does not involve creating an .EXE file.
Like all Magic deployments, RIA does not involve creating an .EXE file.
|
By
Andy Jerison
· #186725
·
|
|
Creation of .exe file in RIA
#please
#chat
#temp
#ria
Vikash Should I create .exe file of my project in magic XPA 3.1. If is it possible then guide us. Many thanks.
Vikash Should I create .exe file of my project in magic XPA 3.1. If is it possible then guide us. Many thanks.
|
By
Vikash
· #186724
·
|
|
Unipaas reading of .txtfiles and parsing to required fields
#please
Lol! I like that! Heidi.Schuppenhauer xpathinktank.blogspot.com
Lol! I like that! Heidi.Schuppenhauer xpathinktank.blogspot.com
|
By
Heidi Schuppenhauer
· #185863
·
|
|
Unipaas reading of .txtfiles and parsing to required fields
#please
Once you figure out what that character is, you could leave the text in the blob, then use StrTokenCnt() to count the number of lines followed by a while block and use the StrToken() to extract each s
Once you figure out what that character is, you could leave the text in the blob, then use StrTokenCnt() to count the number of lines followed by a while block and use the StrToken() to extract each s
|
By
Wes Hein
· #185862
·
|
|
Unipaas reading of .txtfiles and parsing to required fields
#please
Yes, the first step is getting a good editor that can handle hex. I use UltraEdit, which is maybe overkill, but there are some free ones available. This will show the actual bitmap for what you are lo
Yes, the first step is getting a good editor that can handle hex. I use UltraEdit, which is maybe overkill, but there are some free ones available. This will show the actual bitmap for what you are lo
|
By
Heidi Schuppenhauer
· #185851
·
|
|
Unipaas reading of .txtfiles and parsing to required fields
#please
Hi, How exactly are you reading the .txt files into Unipaas? If you use an I/O file with Format=Line, Magic will automatically see the CRLF as a separator and just read the data in between two CRLF's
Hi, How exactly are you reading the .txt files into Unipaas? If you use an I/O file with Format=Line, Magic will automatically see the CRLF as a separator and just read the data in between two CRLF's
|
By
Govert Schipper
· #185844
·
|
|
Unipaas reading of .txtfiles and parsing to required fields
#please
Thanks for replying Keith, Well, the messages retrieved by the C# is from an API, and copies the messages as from how it was retrieved, with the help of a REST API function. Would this be the cause of
Thanks for replying Keith, Well, the messages retrieved by the C# is from an API, and copies the messages as from how it was retrieved, with the help of a REST API function. Would this be the cause of
|
By
James Carlo Herico
· #185837
·
|
|
Unipaas reading of .txtfiles and parsing to required fields
#please
James, Have you pasted this data into a hex editor to see what the actual hex values are ? Generally speaking there should be no difference between a CRLF in uniPaaS and C#, unless a different code pa
James, Have you pasted this data into a hex editor to see what the actual hex values are ? Generally speaking there should be no difference between a CRLF in uniPaaS and C#, unless a different code pa
|
By
Keith Canniff
· #185836
·
|
|
Unipaas reading of .txtfiles and parsing to required fields
#please
Good Day, I have a recurring problem with parsing of .txt files in Unipaas and need a bit of understanding on how to resolve it. You see, I have a logic code that reads from txt files and puts records
Good Day, I have a recurring problem with parsing of .txt files in Unipaas and need a bit of understanding on how to resolve it. You see, I have a logic code that reads from txt files and puts records
|
By
James Carlo Herico
· #185834
·
|
|
Help
#please
Thank you Heidi! I actually follow your YouTube channel!
Thank you Heidi! I actually follow your YouTube channel!
|
By
...
· #184499
·
|
|
Help
#please
I know you said "besides" Magic's website, but sometimes people overlook some of what is there. One place to look is the PDF that comes with Magic, Mastering Magic XPA. The first few chapters work a b
I know you said "besides" Magic's website, but sometimes people overlook some of what is there. One place to look is the PDF that comes with Magic, Mastering Magic XPA. The first few chapters work a b
|
By
Heidi Schuppenhauer
· #184493
·
|
|
Help
#please
Hi all, I'm relatively new to programming in .NET, but I have recently started a new position that requires me to learn Magic. Since I started I have realized that there isn't much out there as far as
Hi all, I'm relatively new to programming in .NET, but I have recently started a new position that requires me to learn Magic. Since I started I have realized that there isn't much out there as far as
|
By
...
· #184488
·
|