Search found 87 matches
- Thu May 03, 2018 6:25 am
- Forum: Conferences
- Topic: 2018 BRG Conference - Live "Samples" site with a BR web server backend
- Replies: 0
- Views: 24510
2018 BRG Conference - Live "Samples" site with a BR web server backend
Hello, everyone and welcome to New Orleans! I hope everyone enjoys this vibrant city. Gordon and I present to you a live website packed with a few examples of using BR web server with basic HTML, as well as advanced JavaScript tools. https://brdemo.brulescorp.com You may use the following credential...
- Wed Mar 28, 2018 12:12 pm
- Forum: Conferences
- Topic: Pre Conference Webinar
- Replies: 20
- Views: 47934
Re: Pre Conference Webinar
I uploaded a recording of the webinar to google drive. You can download it here:
https://drive.google.com/file/d/1qP6WaY ... sp=sharing
Please let me know if the link is broken.
https://drive.google.com/file/d/1qP6WaY ... sp=sharing
Please let me know if the link is broken.
- Wed Mar 28, 2018 9:26 am
- Forum: Conferences
- Topic: Pre Conference Webinar
- Replies: 20
- Views: 47934
Re: Pre Conference Webinar
Hi, everyone. Here is the webinar link: https://meet.google.com/ukn-jrpq-foa Please see the attached webinar agenda. Also, it would be useful for everyone to test connectivity a little early, 11:45 EST. Webinar will start at 12 EST Additional contacts if you have trouble connecting: gordon.dye7@gmai...
- Tue Mar 27, 2018 4:41 am
- Forum: Conferences
- Topic: Pre Conference Webinar
- Replies: 20
- Views: 47934
Re: Pre Conference Webinar
Hi, everyone. It turns out google meet only works in the Chrome browser. Does anyone have objections to using Chrome and Google meet as our webinar platform?
- Fri Mar 23, 2018 5:52 am
- Forum: Conferences
- Topic: Pre Conference Webinar
- Replies: 20
- Views: 47934
Re: Pre Conference Webinar
In order to stop the war of TeamViewers, we can switch to a more neutral, browser based solution such as google meet.
I registered for a G Suite account already and can host the webinar, if everyone agrees to use google meet.
A gmail account is NOT required to view the meeting.
I registered for a G Suite account already and can host the webinar, if everyone agrees to use google meet.
A gmail account is NOT required to view the meeting.
- Thu Aug 31, 2017 11:57 am
- Forum: General Development
- Topic: Parameterized SQL queires from BR
- Replies: 6
- Views: 21627
Re: Parameterized SQL queires from BR
Removing the FORM statement did not help, still getting the same error. I'm beginning to think what I want is impossible with INSERT statements, because I can't find any SQL Server examples where an INSERT uses parameters. I can find plenty of examples of SQL Server parameterized statement usage, ju...
- Thu Aug 31, 2017 8:09 am
- Forum: General Development
- Topic: Parameterized SQL queires from BR
- Replies: 6
- Views: 21627
Re: Parameterized SQL queires from BR
Hi, Luis. Thanks for your reply. I'm certain the connection string is not the problem. Using "Trusted_Connection=yes" in the connection string takes care of logging in. Doing so works for "SQL Server NAtive Client 11.0" driver, not for "SQL Server" dirver. The error I g...
- Wed Aug 30, 2017 4:17 pm
- Forum: General Development
- Topic: Parameterized SQL queires from BR
- Replies: 6
- Views: 21627
Re: Parameterized SQL queires from BR
POS is not required, as far as I know
- Wed Aug 30, 2017 12:59 pm
- Forum: General Development
- Topic: Parameterized SQL queires from BR
- Replies: 6
- Views: 21627
Parameterized SQL queires from BR
Can someone tell me what I'm doing wrong here? On line 60, I get error 3011 (SQL bind parameter failure). 10 dim sql$*500 20 execute 'CONFIG database conn connectstring="DRIVER=SQL Server Native Client 11.0;Server=DAL01-SQL-T01;Database=ContributionAccounting;Trusted_Connection=yes;"' 30 s...
- Wed Jun 07, 2017 11:32 am
- Forum: General Development
- Topic: BR SQL performance tweaking
- Replies: 5
- Views: 20169
Re: BR SQL performance tweaking
Hi, Luis. I was able to get great performance with BR SQL SELECT statements. But for some reason, INSERT was actually slower when inserting 1000 rows at a time then it was when inserting 1 row at a time. How could this be? Also, you mentioned "Selecting from other SQL sources" to get bette...
- Fri Jun 02, 2017 3:24 pm
- Forum: General Development
- Topic: BR SQL performance tweaking
- Replies: 5
- Views: 20169
Re: BR SQL performance tweaking
This is great, Luis, thank you.
This gives me something to work with. I'll try your suggestions and report back results.
This gives me something to work with. I'll try your suggestions and report back results.
- Fri Jun 02, 2017 1:47 pm
- Forum: General Development
- Topic: BR SQL performance tweaking
- Replies: 5
- Views: 20169
BR SQL performance tweaking
Hi everyone. I've been experimenting with BR SQL features, and got everything working, but performance comparison between BR and SQL is turning out almost 50 times faster in favor of BR. BR WRITE 120,000 records takes 3 seconds SQL INSERT 120,000 rows takes 125 seconds Things are even worse when it ...
- Wed Feb 01, 2017 2:12 pm
- Forum: Printing
- Topic: PDF Forms 2 Per Page
- Replies: 6
- Views: 23247
Re: PDF Forms 2 Per Page
John, do you have Adobe Acrobat? (Not Adobe Reader) What I normally do to print 1099-R copies B and C on the same page is: 1) extract only the pages I need into separate single page files 2) make the bottom margin of each of these files 5.5 inches. This makes them look like half pages 3) combine cop...
- Sun Jan 15, 2017 8:29 am
- Forum: Advanced Concepts
- Topic: Anybody written a JSON Parser?
- Replies: 21
- Views: 47189
Re: Anybody written a JSON Parser?
The problem is that the file is too big. Here is a link where you can download the example that works on BR 4.31hg: https://drive.google.com/file/d/0BzAKV2T4T4wXTmg0WEFiTEZYNWM/view?usp=sharing Instructions: 1) unzip 2) copy your brserial.dat into httpclient folder 3) load BR.exe and run web_server....
- Sat Jan 14, 2017 5:22 pm
- Forum: Advanced Concepts
- Topic: Anybody written a JSON Parser?
- Replies: 21
- Views: 47189
Re: Anybody written a JSON Parser?
I made an example of a BR http client sending a request to BR http server, which runs in another BR session. BR forum won't let me upload the ZIP file containing the example though. So I can upload it elsewhere or email it to those who need it