473,657 Members | 2,763 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
2
10,238
thread by: sheikhsab | last post Sep 16 '22 by: NeoPa
Hi, I have a drop down list with different status for a process., and the date field on the form for the status. how can i save the dates for each status(step) when different option from the dropdown list is selected? BR
3
34,704
thread by: CDeCinko | last post Sep 16 '22 by: ahmadMBAAAA
How do I get the date for the first and last day of the week, and the first and last day of last week?
0
947
thread by: KayQ | last post Sep 16 '22 by: KayQ
Use pip to install the Clicknium lib: pip install clicknium Use the following Python script: from time import sleep import math from clicknium import clicknium as cc def circle():
7
15,807
thread by: CD Tom | last post Sep 16 '22 by: NeoPa
I have a customer with two computers, my program is loaded on both computers, however when he tries to print on one computer he gets an error "There was a font installation error". his other computer works just fine. I've had him switch printers from the computer that works to the one that he gets the error on and he gets the same error. I've...
0
538
thread by: Yacine Si Tayeb | last post Sep 15 '22 by: Yacine Si Tayeb
Our new 5.2.0 release enhances features such as SQL audit, elastic migration, SQL execution process management, and data governance on the cloud. Introduction Since Apache ShardingSphere released version 5.1.2 at the end of June, our community has continued to optimize and enhance its product features. The community merged 1,728 PRs from...
0
1,161
thread by: BlaiNz | last post Sep 14 '22 by: BlaiNz
Hey guys I'm trying to stop one service and then restart a different service. Right now I have this code to restart a service Public Sub RestartService(ByVal myServiceName As String) Dim DataSource As String = TextBox1.Text Dim sStatus As String Dim myController As ServiceController
0
352
thread by: leo001 | last post Sep 14 '22 by: leo001
In the actual business, there is another scenario. The same data table only allows users to view the row data that meets certain conditions. In this case, the access control needs to be accurate to the row level of the data table, so that different users can execute the same SQL query. , update or delete operations, the results read are different....
0
358
thread by: leo001 | last post Sep 14 '22 by: leo001
It should be introduced in all versions~ The official description is as follows: openGauss introduces the MOT (Memory-Optimized Table) storage engine, which is a transactional row store optimized for multi-core and large-memory servers. MOT is the state-of-the-art, production-grade feature of the openGauss database, which provides...
7
12,844
thread by: Curious27 | last post Sep 13 '22 by: Curious27
I have a report that loses it's group count. In the Group Header there are two TextBoxes, "txtMfg" which is bound to and shows the names of manufactures in the table named "tMfg", the second TextBox named "txtMfgCount1" counts the number of times "txtMfg' changes in the (Mfg Group), and it's property settings are "=1" in it's Control Source and...
3
18,190
thread by: patriciajames | last post Sep 9 '22 by: logandavid
I'm working on an e-commerce app in which buyers and sellers can initiate conversations through an in-app chat interface, negotiate prices, and set up meeting points for exchange. Is there a Chat SDK that can help me with this, or do I need to build a chat interface for my app? Do you have any suggestions?
11
54,466
helenbrown
thread by: helenbrown | last post Sep 8 '22 by: logandavid
Which is best Framework in Web Development?
0
416
thread by: XIAOLAOHU | last post Sep 8 '22 by: XIAOLAOHU
What Can I Do If CentOS Stop Providing Maintenance Services?
5
34,951
thread by: john566786 | last post Sep 8 '22 by: Dakota Mark
Hi! I need a web application in Ruby on Rails. Should I hire an agency or a freelancer? What's the better value? Thank you.
1
16,108
thread by: mquindeo | last post Sep 8 '22 by: SioSio
Tengo inconveniente con este problema en Python: -Crear un programa para ingresar caracteres a una pila, se ingresarán los caracteres hasta que el valor que se ingrese sea *, en ese momento debe presentar los elementos que se han ingresado a la pila y su correspondiente valor en código ASCII. Ayuda por favor!!!!!!!!!!
15
20,980
PhilOfWalton
thread by: PhilOfWalton | last post Sep 8 '22 by: NeoPa
I have a number of DBs that check to see if the database is an AccDb / Mdb or Accde / Mde A function uses CurrentDb.Properties("MDE") to return the value. This has worked for years and years. Suddenly I am getting an error that the property is not found. AFIK it used to be in the DAO 3.6 library but is now in the Microsoft Office...
3
21,733
thread by: caviler | last post Sep 7 '22 by: Sjray12
db2diag.log shows error: ========================================== MESSAGE : ZRC=0x850F0005=-2062614523=SQLO_NOSEG "No Storage Available for allocation" DIA8305C Memory allocation failure occurred. ========================================== just simpley set kernel parameter kernel.randomize_va_space = 0
1
13,456
thread by: Spuds | last post Sep 7 '22 by: isladogs
What is the data type for the .Value element of a multi-value field? I am using Access 2019.
0
12,568
thread by: leo001 | last post Sep 6 '22 by: leo001
What configuration needs to be done in pg_hba.conf to use pgAdmin4 to connect to openGauss? Through gs_guc set -N all -I all -h "host all test 192.168.244.1/32 md5", it reports authentication method 11 not supported. Thank you~
4
14,261
thread by: bitech | last post Sep 6 '22 by: Kkshivanii
I want to know the different types of servers and the duties they perform. Precisely, what are Exchange servers, file servers, web servers,database servers?
0
9,074
thread by: rvphilip | last post Sep 6 '22 by: rvphilip
We are a chatbot company and a top US based client has asked us to create a chatbot for their game. example, the character in the game can chat with the bot, ask questions, get cheat codes etc. That's all we can say now because the project is highly confidential. Is there any way we can create an intelligent chatbot with NLP, deep learning,...
0
9,195
thread by: Yacine Si Tayeb | last post Sep 6 '22 by: Yacine Si Tayeb
In Apache ShardingSphere 5.0.0 GA version, we added the new concept Operating Mode and provided three configuration methods: Memory, Standalone, and Cluster. Why does ShardingSphere provide these operating modes? What are the differences between them in actual development scenarios? This article is a guide for you to better understand...
0
8,553
thread by: 9acca9 | last post Sep 4 '22 by: 9acca9
I made a module to manage the menus of an lcd display. The number of options is quite large so I plan to use this file as a module to import into a file that integrates other issues. And my question goes this way. For example, when I select to log in to a page in the menu, what I do in the menu is put a variable that when entering that...
0
7,137
thread by: RamLakshmanan | last post Sep 3 '22 by: RamLakshmanan
https://i0.wp.com/blog.ycrash.io/wp-content/uploads/2022/03/Performance-overview-rafiki-2.png?w=500&ssl=1 Java developers tend to use ‘java.util.UUID#randomUUID()’ API, to generate a UUID (Universally Unique Identifier) number (i.e., ‘b8bbcbed-ca07-490c-8711-5118ee0af2f9’). Under certain circumstances, using this API can affect your...
3
9,392
thread by: Curious27 | last post Sep 3 '22 by: NeoPa
Getting the values from a ComboBox's columns works to fill in a TextBox but can't get the results from a calculation in another TextBox. I don't know why I get an #Error in TextBoxes 3-4 unless the value from a column is not a true numeric value but a string value and if so, how can it be converted to a numeric value for calculation? Here is...
4
22,064
thread by: rithik | last post Sep 2 '22 by: sandrahdes
Dear All, I have a problem while data logging in a single table in SQL DB. We are not able to do it. When we are running the python code in raspberry pi we are getting the following error msg. Program: import serial import time import MySQLdb as mdb arduino = serial.Serial("/dev/ttyACM0") arduino.baudrate=9600

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.