Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I pass Database Parameter Buffer (DPB) parameters?

0
Posted

How do I pass Database Parameter Buffer (DPB) parameters?

0

If you use FBWrappingDataSource, you specify DPB parameters in FBConnectionRequestInfo. If you are using java.sql.DriverManager you can pass any DPB parameter by stripping the “isc_dpb_” from the DPB parameter name and putting it in the URL. In case of roles and character encoding this could be: …my.gdb?sql_role_name=guest&lc_ctype=WIN1251 See the InterBase API Guide Chapter 4, “Working with Databases” for more details. The following table is a listing of DPB parameters.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123