473,541 Members | 16,578 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
6,018
thread by: heartwork | last post Feb 13 '23 by: pritikumari
Hi, I need to create a new schema on new systems on DB2 v9.5/9.7 on AIX 64 (no GUI available) and this schema should be identical with an already existing one on other system. The statement (not that complex) looks like: >>-CREATE SCHEMA-------------> schema-name +-AUTHORIZATION--authorization-name ...
2
11,642
thread by: Nagaguru | last post Feb 13 '23 by: pritikumari
Hi Gentle, How do create a schema for existing database?
0
1,664
thread by: karyoker | last post Feb 12 '23 by: karyoker
I can set cookies in JS but cant wrap my mind around how to use them for example in this case the cookie value is a button that I want to put in a div so the client can use it. I know this question is vague but I am doing things never done before. My main site is http://videosanctuary.com/bot.html Click image for video and you will get an idea...
0
628
Cms
thread by: valtt79 | last post Feb 12 '23 by: valtt79
Good afternoon everyone. I work in a rather large company and the management decided that a regular site is not enough and it is necessary to make a corporate solution so that both we internal companies and our clients can use the CMS-based site at the same time. I'm not very good at this so I'm asking if anyone can help?
0
886
thread by: BenitoJuares | last post Feb 12 '23 by: BenitoJuares
Hello, with all this new technology, such as AI, it has begun to be implemented in various branches such as the world of health, video games, publishing and others, but so far I have no news from the world of sports That's why I want to know how new technologies are being implemented in the world of sports? I am interested in knowing about this....
1
3,785
thread by: antdb | last post Feb 11 '23 by: GidLi
In 2019, the relevant national ministries and commissions proposed to "abolish provincial toll stations on expressways within two years" to realize non-stop express toll collection, reduce congestion and facilitate the masses. In the same year, the "Outline of the construction of a strong transportation country" pointed out the need to...
0
733
thread by: Selin9 | last post Feb 10 '23 by: Selin9
In our advanced times, there are many updates and new technologies in both the computer version and the Android phone version as well as iOS. Along with this I also decided and have already opened my own brand of electrical appliances. And I want to promote my brand on the Internet. How do you think you can create advertising, can you come up with...
9
15,037
thread by: manju3606 | last post Feb 10 '23 by: pritikumari
Hi to all, I am new for oracle please can any one give me a query to get most used tables in the database. Please help me.... Thanks Manjunath
1
11,254
thread by: chaticathe | last post Feb 10 '23 by: pritikumari
I am trying to determine the record number of a record in Oracle Forms so I can navigate to that record. I am using the code below but it only gives me the record number of the record I am currently displaying. declare temp_record number(40); char_record varchar2(40); Begin temp_record := 0; if :control.barcode_query is null then...
5
13,191
thread by: Palaksinghla | last post Feb 10 '23 by: Varsha1285
Angular, is the most popular javascript framework. The self proclaimed Super heroic framework is gaining a lot of traction from professionals over the globe. With features like less coding and time efficiency, it has emerged as an integral tool for web development. Almost every major website is running on Angular these days. Some big names in...
2
23,872
thread by: saravana784 | last post Feb 10 '23 by: cetpainfotech
USE GO /****** Object: StoredProcedure . Script Date: 06/09/2007 20:15:29 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO
4
5,579
thread by: sdcoates | last post Feb 10 '23 by: cetpainfotech
I created and uploaded data to an Azure SQL database. But, when I go into the Access database and try to connect to this SQL database, I get the following message: "You cannot use ODBC to import from, export to, or link to an external Microsoft Access or ISAM database table to your database." What am I doing wrong?
0
690
thread by: BenitoJuares | last post Feb 9 '23 by: BenitoJuares
As more than one of you will know, explanatory videos can be used to promote products, to make video tutorials, to explain to company employees how to do their jobs, etc. So I want to know if one day I need a video of this type? where are they obtained?
1
12,720
thread by: walldm48 | last post Feb 9 '23 by: pritikumari
Hi,i'm writing sql trigger that updates some columns in table. I have to write that this trigger fires only after commit. I read some articles about this topic but in the most it is said to use procedure. But I have to do it with trigger. CREATE OR REPLACE TRIGGER tr_reset_er_encours AFTER INSERT OR UPDATE ON T FOR EACH ROW BEGIN IF...
2
9,915
thread by: fariha | last post Feb 9 '23 by: pritikumari
dear how to changing number to word in oracle developer? i have an attachment like this, i am beginner in oracle forms and this site also. Can any one please help me out from this problem.
0
671
thread by: antdb | last post Feb 9 '23 by: antdb
On August 26, the Global Distributed Cloud Conference was held in Beijing, which was dedicated to promoting the development of distributed cloud computing in China and playing a leading role as a demonstration for the deepening of digital transformation of enterprises, the development of smart cities and the integration and application of emerging...
1
5,699
thread by: ananth21 | last post Feb 9 '23 by: Varsha1285
i am trying to learn django, after starting off with python for sometime as a beginner. after comfortably going through django book for the initial few topics iam stuck at trying to understand template variables-like (forloop.counter,forloop.revcounter, etc) kindly help. note that iam a beginner. thank you
8
8,458
thread by: Sullster47 | last post Feb 8 '23 by: NeoPa
I am stuck on this and would love some help. I have a customer who has 3 rates of pay and personnel can in theory go across all three. Working out the rates 1 & 2 are simple as they are in the same day but the 3rd rate goes across midnight. Rate 2 starts at 18:00 and runs till 00:00(24:00). The code below works until we cross this time and then it...
6
8,267
anoble1
thread by: anoble1 | last post Feb 8 '23 by: NeoPa
Hello - I have made something that opens an excel document that was just exported. The workbook has 10 tabs. I wish there was someway to edit all the tabs instead of doing it tab by tab in the code. Is there a way to do that? Right now I am only able to do "Sheet1" of course. Private Sub OpenAndFormatExcel() Dim filePath As String ...
3
5,044
thread by: aharleston | last post Feb 8 '23 by: NeoPa
I am generating multiple pdfs from MS Access report, but files keep overwriting each other and the code seems to run forever. Please help. See Code below: Option Compare Database Private Sub Command0_Click() Dim rs As DAO.Recordset Dim sFolder As String Dim sFile As String
1
7,842
thread by: beacampos | last post Feb 8 '23 by: pritikumari
Constantly decreasing costs, no waste, minimum throughput time, maximum capacity, unlimited flexibility, and high customer satisfaction. Sounds too good to be true? But that’s what lean is all about. What is “lean”? Being able to progressively create “insanely great” products, as Steve Jobs would put it, and especially at the lowest...
3
7,597
thread by: danieljustus | last post Feb 7 '23 by: Nikhilesh10
I want to develop a web application, can I use python, pycharm and page flamework
8
26,796
thread by: gosai jahnvi | last post Feb 7 '23 by: Vanisha
!DOCTYPE html> <html> <body> <ul> <li>First Name</li> <li>Last Name</li> <li>Address</li> <li>phone number</li> </ul> </body>
0
401
thread by: DANILIN | last post Feb 6 '23 by: DANILIN
Knapsack 0-1 C++ binary & WE Classic Knapsack problem is solved in many ways My newest program synthesizes all ciphers from 0 & 1 adding an extra register and 0 remain on left in cipher Feature of algorithm: converts whole into a string and converts string into a whole
0
616
thread by: Samuh | last post Feb 6 '23 by: Samuh
print(128.23 - (118.23 + 10) echo 128.23 - (118.23 + 10); console.log(128.23 - (118.23 + 10.00)) Para este teste, usei PHP, Python e JavaScript e todas me retornaram o mesmo valor Ao invés de me retornarem um 0 ou até 0.00, me retornaram -2.842170943040401e-14 Alguém consegue me explicar o porquê disto acontecer?

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.