BCA KCP Semarang Telpon☎️ 0838-8331-767
WhatsApp 08388331767 Jl. Semarang No.14 blok B, Bubutan, Kec. Bubutan, Surabaya, Jawa Timur 60173
BCA KCP Gatot Subroto Telpon☎️ 0838-8331-767
WhatsApp 08388331767 Kawasan Industri Candi Kompleks Ruko, Jl. Gatot Subroto Blok E-37 F dan E-37 G, Purwoyoso, Kec. Ngaliyan, Kota Semarang, Jawa Tengah 50184
BCA KCP Pedurungan Telpon☎️ 0838-8331-767
WhatsApp 08388331767 Jl. Brigjen Sudiarto No.294, Palebon, Kec. Pedurungan, Kota Semarang, Jawa Tengah 50273
BCA KCP Ngaliyan Telpon☎️ 0838-8331-767
WhatsApp 08388331767 Ruko Ngaliyan Square Jl. Prof.Dr.Hamka No.17 No.3A, Purwoyoso, Kec. Ngaliyan, Kota Semarang, Jawa Tengah 50184
BCA KCP Banyumanik Telpon☎️ 0838-8331-767
WhatsApp 08388331767 Ruko Srondol Square Jl. Setia Budi No.147 Blok 5 & 6, Srondol Kulon, Kec. Banyumanik, Kota Semarang, Jawa Tengah 50263
BCA KCP Abdulrahman Saleh Telpon☎️ 0838-8331-767
WhatsApp 08388331767 Jl. Abdulrahman Saleh No.101 Kav CD, Kalibanteng Kulon, Kec. Semarang Barat, Kota Semarang, Jawa Tengah 50149
BCA KCP Siliwangi Telpon☎️ 0838-8331-767
WhatsApp 08388331767 Jl. Jenderal Sudirman No.39, Krobokan, Kec. Semarang Barat, Kota Semarang, Jawa Tengah 50141
BCA KCP Majapahit Telpon☎️ 0838-8331-767
WhatsApp 08388331767 Jl. Majapahit No.112, Pandean Lamper, Kec. Gayamsari, Kota Semarang, Jawa Tengah 50161
BCA KCP Sultan Agung Telpon☎️ 0838-8331-767
WhatsApp 08388331767 Jl. Sultan Agung No.115, Gajahmungkur, Kec. Gajahmungkur, Kota Semarang, Jawa Tengah 50232
Continuous Prompt -
Hi We have a licensed enterprise SQL Complete. How do I stop or disable the below prompt. It keep appearing even when I disable code completion. It prompts every time I execute any query. Is uninstalling the only way?
How can I set the filename for a download with TScHttpServer?
Hello, i tried to make a small Web-Server with SecureBridge / TScHttpServer. The Code for a file-download is like this (the real code is longer): procedure TMyForm.ScHttpServerProcessRequest (Sender : TObject; RequestInfo : TScHttpRequestInfo; ResponseInfo
How to add DefaultValue attribute
Hi, I am using Entity Developer 7.2.10, in DB First on EF Core 7 and Data Annotations for Validation Framework. I want to add the standard attribute: [DefaultValue(false)] to a boolean field, but this is not available in the properties at all. I am aware
"host key not verified“ exception occured by select Cancel in the prompt
Product version: securebidge 11.0.1 trial Delphi Version: 2010 Other details: I downloaded the trial version of the Securebridge control and wanted to use the SSH connection feature. After testing with the Demo, I found that it basically meets my requirements.
Using TScSSHChannel to transfer binary data
Dear Friends, This may be me having overlooked something obvious, for that I will apologize on beforehand. I'm having a bit of a challenge with TScSshChannel. I have built a small socketserver that accepts connections to a local listening socket and upon
SecureBridge detect lost connection
Hello, I am using a TscSSHClient and TCRSSHIOHandler with ODAC to connect to an Oracle database through SSH. A user has reported that sometimes the SSH connection is lost so his database connections become lost too, and then he has to restart our app,
dotConnect for MySQL for VS 2026
Is there a date for the next VS 2026 and .NET 10 compatible release?
Debug SP in SQL Studio
Hi I am trying to debug SP in Studio for SQL Server it is workign well and, I also can see veriable value which declare in SP like int or nvarchar veriables. but if i ma using tbale veribale like , CREATE TABLE #TempValidation ( TempValidationID INT IDENTITY(1,
SecureBridge - Memory leak in procedure GetIPInterfaces (CRSocketImpl.inc)
Hi, I found a memory leak in procedure procedure GetIPInterfaces (CRSocketImpl.inc). Function Marshal.AllocHGlobal is called witout Marshal.FreeHGlobal. Leak is present in both 10.7.0 and 10.8.0 version. Thanks.
ScFTPClient.Upload - Change the folder or file permissions on a web space
Is there a way to change the folder or file permissions on a web space to 755 or 644 using the ScFTPClient component ( sendcmd? ). Can you send me an example for C++ Builder XE4. Thank you.
When connect via SSH to Mikrotik, the byte stream is broken
For example, when executing the command: ip/service/print detail proplist=port value-list where name=api We get the result: ip/service/print detail proplist=port value-list where name= [admin@MikroTik] > ip/service/print detail proplist=port value-list
LinqConnect - change database at runtime keeping a single connection
Hi, I am testing a trial version of LinqConnect. I have a bunch of databases which all have the same table structures. In EF Core, I can create one DbContext and easily switch between the databases using ChangeDatabase: MyDbContext.Database.GetDbConnection().ChangeDatabase(<MyDatabase>);
TscSSLServer broadcast to clients
I have a TscSSLServer with connected TscSSLClients. The Clients can send a message to the Server. And the Server can send a message to the Client in its AfterSessionConnect event. But if I try to send a message to the connected Clients via a forms button
Secure bridge sign PDF
hello i need help about signing some PDF file, with secure bridge... Some examples, sign with PFX or from smart card...
TScFTPClient 'FTP server error occurred: TLS required, configure with AUTH first.'
Get the EScFTPError 'FTP server error occurred: TLS required, configure with AUTH first' FFtpClient.TLSMode := tmRequireExplicitTLS FFtpClient.SSLOptions.IgnoreServerCertificateConstraints := true; FFtpClient.SSLOptions.IgnoreServerCertificateInsecurity
Memory leak in SecureBridge
Hi, Securebridge initialization code as allocates object which is newer release causing memory leak. I know that it's not dangerous, cause it doesn't repeat but I was just wondering could the code be fixed so that while catching memory leaks, I wouldn't
Cannot find Datamodel.hbml file error NHibernate
I am following the instructions for database first creation. However, at the end, the template fails to find the hbml file in the appdata folders. This only happens with NHibernate templates.
SecureBridge TscSSHClient irregularly causes critical crash in FMX app on IOS when disconnecting
Hello, after refitting a mobile application with SecureBridge to enable SFTP data exchange I have encountered the following problem: In irregular intervals the app crashes fatally when performing an SFTP data exchange. With the help of the debugger I
UniLoader has problem with importing data to a table with default value columns in MSSQL.
Hello, UniLoader has problem with importing data to a table with default value columns in MSSQL. I received an "unspecified error" message. If I provide the data myself, it works fine, but I would like the data to be filled with the schema's default value.
Entity Developer - Changes lost on "Update Model from Database"
Hello I have a large SQL Server 2019 database with thousands of tables generating an EF Core Model (.NET 8). When i created the model, some association endpoints are generated with names like "table_fieldname1, table_fieldname2" which is okay (usually,
Entity developer (NHibernate) 7.1.151 generating wrong SQL at Update the Database from Model
Hello If you add an association between two entities with composite primary keys, entity developer (NHibernate) 7.1.151 will generate the wrong sql script at "Update the Database from Model". Example (Assoc is One Cat to Many Dogs, ISet) The generated
Review Assistant freezing/slow
Hi, We're currently evaluating Review Assistant with a small team, however are noticing substantial timeouts and poor performance (long delays/stalls) when adding a comment, or (for example) changing the filter from "All Reviews" to "My Reviews". We are
TScFTPClient - SSL Negotiation Command is Failed
Our company recently purchased your FTP components and I'm using TScFTPClient to try and connect to an FTP server with TLS. I can call the client's Connect method OK, but when I attempt to use the Login method, I get an error message stating, "SSL negotiation
EntityDeveloper EF Core 6 version creates modelBuilder....UseTptMappingStrategy(); which not supported by .NET 6
If I remove the code line, is it possible that EF Core does not work correctly?
SFTP DirectoryExists
With SFTP: What is the best way to check the existance of a remote directory. Like Delphi DirectoryExists()
How to save comparisons in Code Compare?
So I often have to compare 2 folder directories and I feel that there should be a quick comparison that automatically loads the 2 folder paths rather than me have to select 1 in each side. Has this functionality been implemented? Seems like an obvious
EF Classic 6.5.x support of Microsoft.Data.SqlClient
We recently got a new 6.5.x release of Entity Framework (Classic) that adds support for using Microsoft.Data.SqlClient instead of System.Data.SqlClient as the DB provider. It would be great if we could get a simple support for that in EntityDeveloper,
SFTP Client Timeout
Hello, We have an application which uses an scSFTPClient component to transfer files to our bank. This program has been in use for years and never had a problem. Today, we had two files fail due to a reported timeout. Our timeout value is set to 30. After
Where is the TCRSSHIOHandler component?
Hello, I would like to use SecureBridge to recreate your example Connecting to MySQL Through SSH in Delphi in Delphi. Unfortunately, I do not have a TCRSSHIOHandler component. I am working with D12.1, dbForge Studio for MySQL Professional, SecureBridge
Can't start win64 version
When I start the win64 version, the following error message is shown and the Entity Developer does not open.
Visual Studio Error
I get the following error in VS 2022 any help would be appreciated:
Next Page